Searched refs:clear_acl_cache (Results 1 – 4 of 4) sorted by relevance
267 void (*clear_acl_cache)(struct inode *); in nfs_zap_acl_cache() local269 clear_acl_cache = NFS_PROTO(inode)->clear_acl_cache; in nfs_zap_acl_cache()270 if (clear_acl_cache != NULL) in nfs_zap_acl_cache()271 clear_acl_cache(inode); in nfs_zap_acl_cache()
1036 .clear_acl_cache = forget_all_cached_acls,
10386 .clear_acl_cache = nfs4_zap_acl_attr,
1772 void (*clear_acl_cache)(struct inode *); member