Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-cred.c70 crgetngroups(const cred_t *cr) in crgetngroups() function
193 EXPORT_SYMBOL(crgetngroups);
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dcred.h58 extern int crgetngroups(const cred_t *cr);
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcred.h59 #define crgetngroups(cred) ((cred)->cr_ngroups) macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_deleg.c464 ngids = crgetngroups(cr); in dsl_check_user_access()
538 ngids = crgetngroups(cr); in dsl_load_user_sets()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h314 extern int crgetngroups(cred_t *cr);
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c884 crgetngroups(cred_t *cr) in crgetngroups() function