Searched refs:forget_cached_acl (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_acl.c291 forget_cached_acl(inode, ACL_TYPE_ACCESS);
293 forget_cached_acl(inode, ACL_TYPE_DEFAULT);
/linux-master/include/linux/
H A Dposix_acl.h91 void forget_cached_acl(struct inode *inode, int type);
/linux-master/fs/nfs/
H A Dnfs3acl.c136 forget_cached_acl(inode, ACL_TYPE_ACCESS);
141 forget_cached_acl(inode, ACL_TYPE_DEFAULT);
/linux-master/fs/ceph/
H A Dacl.c29 forget_cached_acl(inode, type);
/linux-master/fs/
H A Dposix_acl.c101 void forget_cached_acl(struct inode *inode, int type) function
105 EXPORT_SYMBOL(forget_cached_acl); variable
124 * set_cached_acl() or forget_cached_acl() races with get_inode_acl().
151 * forget_cached_acl(inode, type) in ->get{_inode}_acl.

Completed in 469 milliseconds