Searched refs:clear_acl_cache (Results 1 – 4 of 4) sorted by relevance
269 void (*clear_acl_cache)(struct inode *); in nfs_zap_acl_cache() local271 clear_acl_cache = NFS_PROTO(inode)->clear_acl_cache; in nfs_zap_acl_cache()272 if (clear_acl_cache != NULL) in nfs_zap_acl_cache()273 clear_acl_cache(inode); in nfs_zap_acl_cache()
1060 .clear_acl_cache = forget_all_cached_acls,
10735 .clear_acl_cache = nfs4_zap_acl_attr,
1803 void (*clear_acl_cache)(struct inode *); member