Searched refs:zpl_set_acl (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | zpl.h | 70 extern int zpl_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, 73 extern int zpl_set_acl(struct user_namespace *userns, struct inode *ip, 76 extern int zpl_set_acl(struct user_namespace *userns, struct dentry *dentry, 79 extern int zpl_set_acl(struct inode *ip, struct posix_acl *acl, int type);
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_xattr.c | 1041 zpl_set_acl(struct user_namespace *userns, struct inode *ip, in zpl_set_acl() function 1044 zpl_set_acl(struct mnt_idmap *userns, struct dentry *dentry, in zpl_set_acl() 1047 zpl_set_acl(struct user_namespace *userns, struct dentry *dentry, in zpl_set_acl() 1050 zpl_set_acl(struct inode *ip, struct posix_acl *acl, int type) in zpl_set_acl()
|
| H A D | zpl_inode.c | 846 .set_acl = zpl_set_acl, 876 .set_acl = zpl_set_acl, 897 .set_acl = zpl_set_acl,
|