Home
last modified time | relevance | path

Searched refs:get_acl (Results 1 – 5 of 5) sorted by relevance

/src/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_mv_001_pos.ksh80 dst_acl=$(get_acl $dst_file)
84 dst_acl=$(get_acl $TESTDIR1/${obj[i]})
103 orig_acl=$(get_acl ${obj[i]})
105 orig_nested_acl=$(get_acl ${obj[i]}/$nestedfile)
109 dst_acl=$(get_acl $dst_dir)
111 dst_nested_acl=$(get_acl $dst_dir/$nestedfile)
115 dst_acl=$(get_acl $TESTDIR1/${obj[i]})
117 dst_nested_acl=$(get_acl \
/src/sys/contrib/openzfs/config/
H A Dkernel-acl.m456 dnl # Check if inode_operations contains the function get_acl
59 dnl # Added the bool rcu argument to get_acl for rcu path walk.
62 dnl # get_acl() was renamed to get_inode_acl()
73 .get_acl = get_acl_fn,
85 .get_acl = get_acl_fn,
103 AC_MSG_CHECKING([whether iops->get_acl() exists])
106 AC_DEFINE(HAVE_GET_ACL, 1, [iops->get_acl() exists])
110 AC_DEFINE(HAVE_GET_ACL_RCU, 1, [iops->get_acl() takes rcu])
116 ZFS_LINUX_TEST_ERROR([iops->get_acl() or iops->get_inode_acl()])
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib40 function get_acl #<obj> function
84 get_acl $src > $tmpsrc
85 get_acl $tgt > $tmptgt
/src/tests/sys/cddl/zfs/tests/acl/
H A Dacl_common.kshlib58 function get_acl #<obj> function
102 get_acl $src > $tmpsrc
103 get_acl $tgt > $tmptgt
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c850 .get_acl = zpl_get_acl,
880 .get_acl = zpl_get_acl,
901 .get_acl = zpl_get_acl,