Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dacl.h58 extern struct posix_acl *ext2_get_acl(struct inode *inode, int type, bool rcu);
65 #define ext2_get_acl NULL macro
H A Dnamei.c418 .get_inode_acl = ext2_get_acl,
429 .get_inode_acl = ext2_get_acl,
H A Dacl.c144 ext2_get_acl(struct inode *inode, int type, bool rcu) in ext2_get_acl() function
H A Dfile.c326 .get_inode_acl = ext2_get_acl,