freebsd-dev/sys/gnu/fs
Craig Rodrigues a41448133d Logical OR the following flags into the va_mode field:
S_IFDIR when making a directory
S_IFLNK when making a symbolic link
S_IFIFO when making a pipe

xfs_ialloc() checks this field for these flags when figuring
out whether to make a directory, make a symbolic link or make a pipe.
2006-06-10 23:10:55 +00:00
..
ext2fs Remove calls to vfs_export() for exporting a filesystem for NFS mounting 2006-05-26 00:32:21 +00:00
reiserfs Remove calls to vfs_export() for exporting a filesystem for NFS mounting 2006-05-26 11:58:30 +00:00
xfs Logical OR the following flags into the va_mode field: 2006-06-10 23:10:55 +00:00