Lines Matching refs:descend
4670 boolean_t descend; member
4781 int ldcsuge_sum = csuge_sum + opts->local + opts->descend; in parse_allow_args()
4828 if (!opts->local && !opts->descend) { in parse_allow_args()
4830 opts->descend = B_TRUE; in parse_allow_args()
4835 store_allow_perm(zfs_deleg_who_type_t type, boolean_t local, boolean_t descend, in store_allow_perm() argument
4871 if (descend) in store_allow_perm()
4880 if (descend) in store_allow_perm()
4889 if (descend) in store_allow_perm()
4982 opts->descend, opts->who, opts->perms, *nvlp); in construct_fsacl_list()
4985 opts->descend, NULL, opts->perms, *nvlp); in construct_fsacl_list()
4988 opts->descend, NULL, opts->perms, *nvlp); in construct_fsacl_list()
5069 opts->descend, who, opts->perms, *nvlp); in construct_fsacl_list()
5124 print_uge_deleg_perms(uu_avl_t *who_avl, boolean_t local, boolean_t descend, in print_uge_deleg_perms() argument
5147 descend != deleg_node->dpn_perm.dp_descend) in print_uge_deleg_perms()
5265 opts.descend = B_TRUE; in zfs_do_allow_unallow_impl()