Lines Matching defs:inode
24 struct posix_acl **acl_by_type(struct inode *inode, int type) in acl_by_type()
37 struct posix_acl *get_cached_acl(struct inode *inode, int type) in get_cached_acl()
52 struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type) in get_cached_acl_rcu()
58 void set_cached_acl(struct inode *inode, int type, struct posix_acl *acl) in set_cached_acl()
71 void forget_cached_acl(struct inode *inode, int type) in forget_cached_acl()
84 void forget_all_cached_acls(struct inode *inode) in forget_all_cached_acls()
99 struct posix_acl *get_acl(struct inode *inode, int type) in get_acl()
312 posix_acl_permission(struct inode *inode, const struct posix_acl *acl, int want) in posix_acl_permission()
519 posix_acl_chmod(struct inode *inode, umode_t mode) in posix_acl_chmod()
796 struct inode *inode = d_backing_inode(dentry); in posix_acl_xattr_set() local
865 int simple_set_acl(struct inode *inode, struct posix_acl *acl, int type) in simple_set_acl()
882 int simple_acl_create(struct inode *dir, struct inode *inode) in simple_acl_create()