Searched refs:checkflag (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_deleg.c | 423 zfs_deleg_whokey(whokey, type, checkflag, valp); in dsl_check_access() 438 int checkflag, cred_t *cr) in dsl_check_user_access() argument 448 ZFS_DELEG_USER, checkflag, &id, perm) == 0) in dsl_check_user_access() 454 ZFS_DELEG_GROUP, checkflag, &id, perm) == 0) in dsl_check_user_access() 521 char checkflag, cred_t *cr) in dsl_load_user_sets() argument 529 ZFS_DELEG_USER_SETS, checkflag, &id, avl); in dsl_load_user_sets() 533 ZFS_DELEG_GROUP_SETS, checkflag, &id, avl); in dsl_load_user_sets() 557 char checkflag; in dsl_deleg_access_impl() local 577 checkflag = ZFS_DELEG_DESCENDENT; in dsl_deleg_access_impl() 579 checkflag = ZFS_DELEG_LOCAL; in dsl_deleg_access_impl() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | zfs_deleg.h | 92 char checkflag, void *data);
|