Searched refs:xfs_get_acl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_acl.h | 13 extern struct posix_acl *xfs_get_acl(struct inode *inode, int type); 18 static inline struct posix_acl *xfs_get_acl(struct inode *inode, int type) in xfs_get_acl() function
|
H A D | xfs_acl.c | 127 xfs_get_acl(struct inode *inode, int type) in xfs_get_acl() function
|
H A D | xfs_iops.c | 1120 .get_acl = xfs_get_acl, 1145 .get_acl = xfs_get_acl, 1170 .get_acl = xfs_get_acl,
|
H A D | xfs_trace.h | 634 DEFINE_INODE_EVENT(xfs_get_acl); variable
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_acl.h | 13 extern struct posix_acl *xfs_get_acl(struct inode *inode, int type, bool rcu); 19 #define xfs_get_acl NULL macro
|
H A D | xfs_acl.c | 129 xfs_get_acl(struct inode *inode, int type, bool rcu) in xfs_get_acl() function
|
H A D | xfs_iops.c | 1115 .get_inode_acl = xfs_get_acl, 1142 .get_inode_acl = xfs_get_acl, 1169 .get_inode_acl = xfs_get_acl,
|
H A D | xfs_trace.h | 777 DEFINE_INODE_EVENT(xfs_get_acl); variable
|
Completed in 14 milliseconds