Home
last modified time | relevance | path

Searched refs:NFS_MATTR_SECURITY (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vfsops.c1278 NFS_BITMAP_SET(mattrs, NFS_MATTR_SECURITY); in nfs_convert_old_nfs_args()
1330 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_SECURITY)) { in nfs_convert_old_nfs_args()
2550 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_SECURITY)) { in mountnfs()
3443 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_SECURITY)) { in nfs_mirror_mount_domount()
5253 NFS_BITMAP_SET(mattrs, NFS_MATTR_SECURITY); in nfs_mountinfo_assemble()
H A Dnfs.h193 #define NFS_MATTR_SECURITY 12 /* RPC security flavors to use */ macro