Home
last modified time | relevance | path

Searched refs:ZFS_DELEG_PERM_ALLOW (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_deleg.h49 #define ZFS_DELEG_PERM_ALLOW "allow" macro
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_deleg.c46 {ZFS_DELEG_PERM_ALLOW},
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_deleg.c97 if ((error = dsl_deleg_access(ddname, ZFS_DELEG_PERM_ALLOW, cr)) != 0) in dsl_deleg_can_allow()
109 if (strcmp(perm, ZFS_DELEG_PERM_ALLOW) == 0) in dsl_deleg_can_allow()
131 if ((error = dsl_deleg_access(ddname, ZFS_DELEG_PERM_ALLOW, cr)) != 0) in dsl_deleg_can_unallow()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c4874 #define ZFS_DELEG_PERM_ALLOW "allow" macro
4901 { ZFS_DELEG_PERM_ALLOW, ZFS_DELEG_NOTE_ALLOW },