Searched refs:__xfs_set_acl (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/fs/xfs/ |
D | xfs_acl.h | 16 extern int __xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type); 21 static inline int __xfs_set_acl(struct inode *inode, struct posix_acl *acl, in __xfs_set_acl() function
|
D | xfs_acl.c | 175 __xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __xfs_set_acl() function 272 error = __xfs_set_acl(inode, acl, type); in xfs_set_acl()
|
D | xfs_iops.c | 215 error = __xfs_set_acl(inode, default_acl, ACL_TYPE_DEFAULT); in xfs_generic_create() 220 error = __xfs_set_acl(inode, acl, ACL_TYPE_ACCESS); in xfs_generic_create()
|