Searched refs:clear_acl_cache (Results 1 – 4 of 4) sorted by relevance
282 void (*clear_acl_cache)(struct inode *); in nfs_zap_acl_cache() local284 clear_acl_cache = NFS_PROTO(inode)->clear_acl_cache; in nfs_zap_acl_cache()285 if (clear_acl_cache != NULL) in nfs_zap_acl_cache()286 clear_acl_cache(inode); in nfs_zap_acl_cache()
1036 .clear_acl_cache = forget_all_cached_acls,
10455 .clear_acl_cache = nfs4_zap_acl_attr,
1777 void (*clear_acl_cache)(struct inode *); member