Home
last modified time | relevance | path

Searched refs:clear_acl_cache (Results 1 – 3 of 3) sorted by relevance

/fs/nfs/
Dinode.c265 void (*clear_acl_cache)(struct inode *); in nfs_zap_acl_cache() local
267 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()
Dnfs3proc.c1060 .clear_acl_cache = forget_all_cached_acls,
Dnfs4proc.c10709 .clear_acl_cache = nfs4_zap_acl_attr,