Lines Matching refs:NFS_I

72 	struct nfs_inode *nfsi = NFS_I(dir);  in alloc_nfs_open_dir_context()
302 struct nfs_inode *nfsi = NFS_I(file_inode(desc->file)); in nfs_readdir_search_for_cookie()
386 clear_bit(NFS_INO_ADVISE_RDPLUS, &NFS_I(inode)->flags); in nfs_readdir_xdr_filler()
422 nfsi = NFS_I(d_inode(dentry)); in nfs_same_file()
435 if (test_and_clear_bit(NFS_INO_ADVISE_RDPLUS, &NFS_I(dir)->flags)) in nfs_use_readdirplus()
450 set_bit(NFS_INO_ADVISE_RDPLUS, &NFS_I(dir)->flags); in nfs_advise_use_readdirplus()
463 if (!list_empty(&NFS_I(dir)->open_files)) { in nfs_force_use_readdirplus()
852 struct nfs_inode *nfsi = NFS_I(dir); in nfs_dir_mapping_need_revalidate()
913 clear_bit(NFS_INO_ADVISE_RDPLUS, &NFS_I(inode)->flags); in nfs_readdir()
993 NFS_I(dir)->cache_change_attribute++; in nfs_force_lookup_revalidate()
1308 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR; in nfs_drop_nlink()
1320 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_DATA; in nfs_dentry_iput()
2193 if (test_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags) == 0) in nfs_access_zap_cache()
2197 if (test_and_clear_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) in nfs_access_zap_cache()
2198 list_del_init(&NFS_I(inode)->access_cache_inode_lru); in nfs_access_zap_cache()
2201 __nfs_access_zap_cache(NFS_I(inode), &head); in nfs_access_zap_cache()
2210 struct rb_node *n = NFS_I(inode)->access_cache.rb_node; in nfs_access_search_rbtree()
2228 struct nfs_inode *nfsi = NFS_I(inode); in nfs_access_get_cached()
2266 struct nfs_inode *nfsi = NFS_I(inode); in nfs_access_get_cached_rcu()
2295 struct nfs_inode *nfsi = NFS_I(inode); in nfs_access_add_rbtree()
2349 if (!test_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) { in nfs_access_add_cache()
2351 if (!test_and_set_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) in nfs_access_add_cache()
2352 list_add_tail(&NFS_I(inode)->access_cache_inode_lru, in nfs_access_add_cache()
2399 set_bit(NFS_INO_STALE, &NFS_I(inode)->flags); in nfs_do_access()