Searched refs:clear_acl_cache (Results 1 – 4 of 4) sorted by relevance
265 void (*clear_acl_cache)(struct inode *); in nfs_zap_acl_cache() local267 clear_acl_cache = NFS_PROTO(inode)->clear_acl_cache; in nfs_zap_acl_cache()268 if (clear_acl_cache != NULL) in nfs_zap_acl_cache()269 clear_acl_cache(inode); in nfs_zap_acl_cache()
1060 .clear_acl_cache = forget_all_cached_acls,
10682 .clear_acl_cache = nfs4_zap_acl_attr,
1796 void (*clear_acl_cache)(struct inode *); member