Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c1220 NFS_BITMAP_SET(mattrs, NFS_MATTR_FS_LOCATIONS); in nfs_convert_old_nfs_args()
1367 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_FS_LOCATIONS)) { in nfs_convert_old_nfs_args()
2710 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_FS_LOCATIONS)) { in mountnfs()
3379 NFS_BITMAP_SET(newmattrs, NFS_MATTR_FS_LOCATIONS); in nfs_mirror_mount_domount()
3488 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_FS_LOCATIONS)) { in nfs_mirror_mount_domount()
5275 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