Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dnfs_fs.h276 #define NFS_INO_ACL_LRU_SET (2) /* Inode is on the LRU list */ macro
/linux-6.3-rc2/fs/nfs/
A Ddir.c2822 clear_bit(NFS_INO_ACL_LRU_SET, &nfsi->flags); in nfs_do_access_cache_scan()
2885 if (test_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags) == 0) in nfs_access_zap_cache()
2889 if (test_and_clear_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) in nfs_access_zap_cache()
3131 if (!test_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) { in nfs_access_add_cache()
3133 if (!test_and_set_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) in nfs_access_add_cache()
A Dnfstrace.h40 { BIT(NFS_INO_ACL_LRU_SET), "ACL_LRU_SET" }, \

Completed in 12 milliseconds