Home
last modified time | relevance | path

Searched refs:NFS_INO_ACL_LRU_SET (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/nfs/
Ddir.c2236 clear_bit(NFS_INO_ACL_LRU_SET, &nfsi->flags); in nfs_do_access_cache_scan()
2299 if (test_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags) == 0) in nfs_access_zap_cache()
2303 if (test_and_clear_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) in nfs_access_zap_cache()
2460 if (!test_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) { in nfs_access_add_cache()
2462 if (!test_and_set_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) in nfs_access_add_cache()
/linux-4.19.296/include/linux/
Dnfs_fs.h237 #define NFS_INO_ACL_LRU_SET (2) /* Inode is on the LRU list */ macro