Searched refs:ex_ngroups (Results 1 – 3 of 3) sorted by relevance
1170 export.ex_ngroups = o2export.ex_anon.cr_ngroups; in vfs_domount_update()1171 if (export.ex_ngroups > 0) { in vfs_domount_update()1172 if (export.ex_ngroups <= XU_NGROUPS) { in vfs_domount_update()1174 export.ex_ngroups * sizeof(gid_t), in vfs_domount_update()1176 for (i = 0; i < export.ex_ngroups; i++) in vfs_domount_update()1181 } else if (export.ex_ngroups < 0) in vfs_domount_update()1202 if (export.ex_ngroups > 0) { in vfs_domount_update()1203 if (export.ex_ngroups <= NGROUPS_MAX) { in vfs_domount_update()1204 grps = malloc(export.ex_ngroups * in vfs_domount_update()1207 grps, export.ex_ngroups * in vfs_domount_update()[all …]
140 crsetgroups(np->netc_anon, argp->ex_ngroups, in vfs_hang_addrlist()219 crsetgroups(np->netc_anon, argp->ex_ngroups, in vfs_hang_addrlist()
576 int ex_ngroups; member