1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00
freebsd/sys/fs/udf
John Baldwin 61e69c80e4 Add support for fifos to UDF:
- Add a separate set of vnode operations that inherits from the fifo ops
  and use it for fifo nodes.
- Add a VOP_SETATTR() method that allows setting the size (by silently
  ignoring the requests) of fifos.  This is to allow O_TRUNC opens of
  fifo devices (e.g. I/O redirection in shells using ">").
- Add a VOP_PRINT() handler while I'm here.
2009-02-06 20:09:14 +00:00
..
ecma167-udf.h
osta.c
osta.h
udf_iconv.c
udf_mount.h
udf_vfsops.c Add support for fifos to UDF: 2009-02-06 20:09:14 +00:00
udf_vnops.c Add support for fifos to UDF: 2009-02-06 20:09:14 +00:00
udf.h Add support for fifos to UDF: 2009-02-06 20:09:14 +00:00