Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_mv_001_pos.ksh72 dst_acl=$(get_acl $dst_file)
76 dst_acl=$(get_acl $TESTDIR1/${obj[i]})
95 orig_acl=$(get_acl ${obj[i]})
97 orig_nested_acl=$(get_acl ${obj[i]}/$nestedfile)
101 dst_acl=$(get_acl $dst_dir)
103 dst_nested_acl=$(get_acl $dst_dir/$nestedfile)
107 dst_acl=$(get_acl $TESTDIR1/${obj[i]})
109 dst_nested_acl=$(get_acl \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib54 function get_acl #<obj> function
98 get_acl $src > $tmpsrc
99 get_acl $tgt > $tmptgt
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c804 nfs4_getattr_otw(vnode_t *vp, nfs4_ga_res_t *garp, cred_t *cr, int get_acl) in nfs4_getattr_otw() argument
827 nfs4_getattr_otw_norecovery(vp, garp, &e, cr, get_acl); in nfs4_getattr_otw()
865 nfs4_error_t *ep, cred_t *cr, int get_acl) in nfs4_getattr_otw_norecovery() argument
897 if (get_acl) in nfs4_getattr_otw_norecovery()