Home
last modified time | relevance | path

Searched refs:erofs_get_acl (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/fs/erofs/
Dxattr.h68 struct posix_acl *erofs_get_acl(struct inode *inode, int type, bool rcu);
70 #define erofs_get_acl (NULL) macro
Dinode.c379 .get_inode_acl = erofs_get_acl,
387 .get_inode_acl = erofs_get_acl,
394 .get_inode_acl = erofs_get_acl,
Dnamei.c222 .get_inode_acl = erofs_get_acl,
Dxattr.c523 struct posix_acl *erofs_get_acl(struct inode *inode, int type, bool rcu) in erofs_get_acl() function