Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vfsops.c1243 NFS_BITMAP_SET(mattrs, NFS_MATTR_MAX_GROUP_LIST); in nfs_convert_old_nfs_args()
1340 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_MAX_GROUP_LIST)) { in nfs_convert_old_nfs_args()
2601 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_MAX_GROUP_LIST)) { in mountnfs()
3456 if (NFS_BITMAP_ISSET(mattrs, NFS_MATTR_MAX_GROUP_LIST)) { in nfs_mirror_mount_domount()
5257 NFS_BITMAP_SET(mattrs, NFS_MATTR_MAX_GROUP_LIST); in nfs_mountinfo_assemble()
H A Dnfs.h194 #define NFS_MATTR_MAX_GROUP_LIST 13 /* max # of RPC AUTH_SYS groups */ macro