Home
last modified time | relevance | path

Searched refs:crgetngroups (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-cred.c70 crgetngroups(const cred_t *cr) in crgetngroups() function
148 EXPORT_SYMBOL(crgetngroups);
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcred.h63 #define crgetngroups(cr) ((cr)->cr_ngroups) macro
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dcred.h50 #define crgetngroups(cred) ((cred)->cr_ngroups) macro
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcred.h109 extern int crgetngroups(const cred_t *);
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dcred.h179 extern int crgetngroups(const cred_t *cr);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_deleg.c464 ngids = crgetngroups(cr); in dsl_check_user_access()
540 ngids = crgetngroups(cr); in dsl_load_user_sets()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h317 extern int crgetngroups(cred_t *cr);
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c879 crgetngroups(cred_t *cr) in crgetngroups() function