Lines Matching refs:ex_ngroups
1468 export.ex_ngroups = o2export.ex_anon.cr_ngroups; in vfs_domount_update()
1469 if (export.ex_ngroups > 0) { in vfs_domount_update()
1470 if (export.ex_ngroups <= XU_NGROUPS) { in vfs_domount_update()
1472 export.ex_ngroups * sizeof(gid_t), in vfs_domount_update()
1474 for (i = 0; i < export.ex_ngroups; i++) in vfs_domount_update()
1479 } else if (export.ex_ngroups < 0) in vfs_domount_update()
1500 if (export.ex_ngroups > 0) { in vfs_domount_update()
1501 if (export.ex_ngroups <= ngroups_max + 1) { in vfs_domount_update()
1502 grps = malloc(export.ex_ngroups * in vfs_domount_update()
1505 grps, export.ex_ngroups * in vfs_domount_update()
1511 } else if (export.ex_ngroups == 0) in vfs_domount_update()