Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzpl.h83 extern struct posix_acl *zpl_get_acl(struct inode *ip, int type, bool rcu);
85 extern struct posix_acl *zpl_get_acl(struct inode *ip, int type);
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c848 .get_inode_acl = zpl_get_acl,
850 .get_acl = zpl_get_acl,
878 .get_inode_acl = zpl_get_acl,
880 .get_acl = zpl_get_acl,
899 .get_inode_acl = zpl_get_acl,
901 .get_acl = zpl_get_acl,
H A Dzpl_xattr.c1102 zpl_get_acl(struct inode *ip, int type, bool rcu) in zpl_get_acl() function
1111 zpl_get_acl(struct inode *ip, int type) in zpl_get_acl() function