Home
last modified time | relevance | path

Searched refs:NFS_MATTR_FH (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/bsd/nfs/
H A Dnfs_boot.c1070 NFS_BITMAP_SET(mattrs, NFS_MATTR_FH); in nfs_mount_diskless()
1340 NFS_BITMAP_SET(mattrs, NFS_MATTR_FH); in nfs_mount_diskless_private()
H A Dnfs_vfsops.c1258 NFS_BITMAP_SET(mattrs, NFS_MATTR_FH); in nfs_convert_old_nfs_args()
1403 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_FH)) { in nfs_convert_old_nfs_args()
2694 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_FH)) { in mountnfs()
3373 NFS_BITMAP_SET(newmattrs, NFS_MATTR_FH); in nfs_mirror_mount_domount()
3470 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_FH)) { in nfs_mirror_mount_domount()
5272 NFS_BITMAP_SET(mattrs, NFS_MATTR_FH); in nfs_mountinfo_assemble()
H A Dnfs.h201 #define NFS_MATTR_FH 20 /* file handle for mount directory */ macro