Searched refs:NFS_INO_ACL_LRU_SET (Results 1 – 2 of 2) sorted by relevance
2075 clear_bit(NFS_INO_ACL_LRU_SET, &nfsi->flags); in nfs_access_cache_shrinker()2104 if (test_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags) == 0) in nfs_access_zap_cache()2108 if (test_and_clear_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) in nfs_access_zap_cache()2222 if (!test_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) { in nfs_access_add_cache()2224 if (!test_and_set_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) in nfs_access_add_cache()
225 #define NFS_INO_ACL_LRU_SET (2) /* Inode is on the LRU list */ macro