Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/erofs/
H A Dxattr.h84 struct posix_acl *erofs_get_acl(struct inode *inode, int type);
86 #define erofs_get_acl (NULL) macro
H A Dinode.c367 .get_acl = erofs_get_acl,
374 .get_acl = erofs_get_acl,
381 .get_acl = erofs_get_acl,
H A Dnamei.c248 .get_acl = erofs_get_acl,
H A Dxattr.c678 struct posix_acl *erofs_get_acl(struct inode *inode, int type) in erofs_get_acl() function