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

/linux-master/include/linux/
H A Dnfs_fs.h314 #define NFS_INO_ACL_LRU_SET (2) /* Inode is on the LRU list */ macro
/linux-master/fs/nfs/
H A Ddir.c2824 clear_bit(NFS_INO_ACL_LRU_SET, &nfsi->flags);
2887 if (test_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags) == 0)
2891 if (test_and_clear_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags))
3133 if (!test_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) {
3135 if (!test_and_set_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags))
H A Dnfstrace.h40 { BIT(NFS_INO_ACL_LRU_SET), "ACL_LRU_SET" }, \

Completed in 147 milliseconds