Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_vfsops.c1317 NFS_BITMAP_SET(mattrs, NFS_MATTR_SECURITY); in nfs_convert_old_nfs_args()
1369 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_SECURITY)) { in nfs_convert_old_nfs_args()
2546 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_SECURITY)) { in mountnfs()
3434 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_SECURITY)) { in nfs_mirror_mount_domount()
5252 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