Lines Matching refs:descend
4702 boolean_t descend; member
4813 int ldcsuge_sum = csuge_sum + opts->local + opts->descend; in parse_allow_args()
4861 if (!opts->local && !opts->descend) { in parse_allow_args()
4863 opts->descend = B_TRUE; in parse_allow_args()
4868 store_allow_perm(zfs_deleg_who_type_t type, boolean_t local, boolean_t descend, in store_allow_perm() argument
4904 if (descend) in store_allow_perm()
4913 if (descend) in store_allow_perm()
4922 if (descend) in store_allow_perm()
5019 opts->descend, opts->who, opts->perms, *nvlp); in construct_fsacl_list()
5022 opts->descend, NULL, opts->perms, *nvlp); in construct_fsacl_list()
5025 opts->descend, NULL, opts->perms, *nvlp); in construct_fsacl_list()
5107 opts->descend, who, opts->perms, *nvlp); in construct_fsacl_list()
5162 print_uge_deleg_perms(uu_avl_t *who_avl, boolean_t local, boolean_t descend, in print_uge_deleg_perms() argument
5185 descend != deleg_node->dpn_perm.dp_descend) in print_uge_deleg_perms()
5307 opts.descend = B_TRUE; in zfs_do_allow_unallow_impl()