Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-acl.m48 #include <linux/posix_acl.h>
38 static struct posix_acl *get_acl_fn(struct inode *inode, int type)
50 static struct posix_acl *get_acl_fn(struct inode *inode, int type,
62 static struct posix_acl *get_inode_acl_fn(struct inode *inode, int type,
107 struct dentry *dent, struct posix_acl *acl,
119 struct dentry *dent, struct posix_acl *acl,
131 struct inode *inode, struct posix_acl *acl,
142 static int set_acl_fn(struct inode *inode, struct posix_acl *acl,
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzpl.h71 struct posix_acl *acl, int type);
74 struct posix_acl *acl, int type);
77 struct posix_acl *acl, int type);
79 extern int zpl_set_acl(struct inode *ip, struct posix_acl *acl, int type);
83 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_xattr.c966 zpl_set_acl_impl(struct inode *ip, struct posix_acl *acl, int type) in zpl_set_acl_impl()
1042 struct posix_acl *acl, int type) in zpl_set_acl()
1045 struct posix_acl *acl, int type) in zpl_set_acl()
1048 struct posix_acl *acl, int type) in zpl_set_acl()
1050 zpl_set_acl(struct inode *ip, struct posix_acl *acl, int type) in zpl_set_acl()
1062 static struct posix_acl *
1065 struct posix_acl *acl; in zpl_get_acl_impl()
1101 struct posix_acl *
1110 struct posix_acl *
1122 struct posix_acl *acl = NULL; in zpl_init_acl()
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dxattr_compat.h127 static inline struct posix_acl *
134 zpl_acl_to_xattr(struct posix_acl *acl, void *value, int size) in zpl_acl_to_xattr()
H A Dvfs_compat.h109 void zpl_posix_acl_release_impl(struct posix_acl *);
112 zpl_posix_acl_release(struct posix_acl *acl) in zpl_posix_acl_release()