Lines Matching refs:NFS_I

78 	struct nfs_inode *nfsi = NFS_I(dir);  in alloc_nfs_open_dir_context()
654 nfsi = NFS_I(inode); in nfs_same_file()
683 struct nfs_inode *nfsi = NFS_I(dir); in nfs_readdir_record_entry_cache_hit()
702 struct nfs_inode *nfsi = NFS_I(dir); in nfs_readdir_record_entry_cache_miss()
1016 struct nfs_inode *nfsi = NFS_I(inode); in find_and_lock_cache_page()
1218 struct nfs_inode *nfsi = NFS_I(inode); in nfs_readdir()
1386 NFS_I(dir)->cache_change_attribute += 2; in nfs_force_lookup_revalidate()
1569 test_bit(NFS_INO_PRESERVE_UNLINKED, &NFS_I(inode)->flags))) in nfs_lookup_verify_inode()
1884 NFS_I(inode)->attr_gencount = nfs_inc_attr_generation_counter(); in nfs_drop_nlink()
2409 down_write(&NFS_I(d_inode(dentry))->rmdir_sem); in nfs_rmdir()
2419 up_write(&NFS_I(d_inode(dentry))->rmdir_sem); in nfs_rmdir()
2479 &NFS_I(d_inode(dentry))->flags)) { in nfs_unlink()
2733 NFS_I(old_inode)->attr_gencount = nfs_inc_attr_generation_counter(); in nfs_rename()
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()
2890 list_del_init(&NFS_I(inode)->access_cache_inode_lru); in nfs_access_zap_cache()
2893 __nfs_access_zap_cache(NFS_I(inode), &head); in nfs_access_zap_cache()
2939 struct rb_node *n = NFS_I(inode)->access_cache.rb_node; in nfs_access_search_rbtree()
2978 struct nfs_inode *nfsi = NFS_I(inode); in nfs_access_get_cached_locked()
3027 struct nfs_inode *nfsi = NFS_I(inode); in nfs_access_get_cached_rcu()
3072 struct nfs_inode *nfsi = NFS_I(inode); in nfs_access_add_rbtree()
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()
3134 list_add_tail(&NFS_I(inode)->access_cache_inode_lru, in nfs_access_add_cache()