Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/nfs/
H A Dnfs_boot.c1071 NFS_BITMAP_SET(mattrs, NFS_MATTR_FS_LOCATIONS); in nfs_mount_diskless()
1341 NFS_BITMAP_SET(mattrs, NFS_MATTR_FS_LOCATIONS); in nfs_mount_diskless_private()
H A Dnfs_vfsops.c1259 NFS_BITMAP_SET(mattrs, NFS_MATTR_FS_LOCATIONS); in nfs_convert_old_nfs_args()
1406 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_FS_LOCATIONS)) { in nfs_convert_old_nfs_args()
2706 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_FS_LOCATIONS)) { in mountnfs()
3370 NFS_BITMAP_SET(newmattrs, NFS_MATTR_FS_LOCATIONS); in nfs_mirror_mount_domount()
3479 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_FS_LOCATIONS)) { in nfs_mirror_mount_domount()
5274 NFS_BITMAP_SET(mattrs, NFS_MATTR_FS_LOCATIONS); in nfs_mountinfo_assemble()
H A Dnfs.h202 #define NFS_MATTR_FS_LOCATIONS 21 /* list of locations for the file system */ macro