Lines Matching refs:NFS_I

73 	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()
428 nfsi = NFS_I(inode); in nfs_same_file()
441 if (test_and_clear_bit(NFS_INO_ADVISE_RDPLUS, &NFS_I(dir)->flags)) in nfs_use_readdirplus()
455 struct nfs_inode *nfsi = NFS_I(dir); in nfs_advise_use_readdirplus()
472 struct nfs_inode *nfsi = NFS_I(dir); in nfs_force_use_readdirplus()
754 struct nfs_inode *nfsi = NFS_I(inode); in find_and_lock_cache_page()
933 clear_bit(NFS_INO_ADVISE_RDPLUS, &NFS_I(inode)->flags); in nfs_readdir()
1021 NFS_I(dir)->cache_change_attribute += 2; in nfs_force_lookup_revalidate()
1494 NFS_I(inode)->attr_gencount = nfs_inc_attr_generation_counter(); in nfs_drop_nlink()
1495 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_CHANGE in nfs_drop_nlink()
1510 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_DATA; in nfs_dentry_iput()
1992 down_write(&NFS_I(d_inode(dentry))->rmdir_sem); in nfs_rmdir()
2002 up_write(&NFS_I(d_inode(dentry))->rmdir_sem); in nfs_rmdir()
2273 NFS_I(old_inode)->attr_gencount = nfs_inc_attr_generation_counter(); in nfs_rename()
2274 NFS_I(old_inode)->cache_validity |= NFS_INO_INVALID_CHANGE in nfs_rename()
2427 if (test_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags) == 0) in nfs_access_zap_cache()
2431 if (test_and_clear_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) in nfs_access_zap_cache()
2432 list_del_init(&NFS_I(inode)->access_cache_inode_lru); in nfs_access_zap_cache()
2435 __nfs_access_zap_cache(NFS_I(inode), &head); in nfs_access_zap_cache()
2444 struct rb_node *n = NFS_I(inode)->access_cache.rb_node; in nfs_access_search_rbtree()
2463 struct nfs_inode *nfsi = NFS_I(inode); in nfs_access_get_cached_locked()
2509 struct nfs_inode *nfsi = NFS_I(inode); in nfs_access_get_cached_rcu()
2550 struct nfs_inode *nfsi = NFS_I(inode); in nfs_access_add_rbtree()
2605 if (!test_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) { in nfs_access_add_cache()
2607 if (!test_and_set_bit(NFS_INO_ACL_LRU_SET, &NFS_I(inode)->flags)) in nfs_access_add_cache()
2608 list_add_tail(&NFS_I(inode)->access_cache_inode_lru, in nfs_access_add_cache()