MSDOS_I            76 fs/fat/cache.c 	if (MSDOS_I(inode)->cache_lru.next != &cache->cache_list)
MSDOS_I            77 fs/fat/cache.c 		list_move(&cache->cache_list, &MSDOS_I(inode)->cache_lru);
MSDOS_I            89 fs/fat/cache.c 	spin_lock(&MSDOS_I(inode)->cache_lru_lock);
MSDOS_I            90 fs/fat/cache.c 	list_for_each_entry(p, &MSDOS_I(inode)->cache_lru, cache_list) {
MSDOS_I           105 fs/fat/cache.c 		cid->id = MSDOS_I(inode)->cache_valid_id;
MSDOS_I           112 fs/fat/cache.c 	spin_unlock(&MSDOS_I(inode)->cache_lru_lock);
MSDOS_I           122 fs/fat/cache.c 	list_for_each_entry(p, &MSDOS_I(inode)->cache_lru, cache_list) {
MSDOS_I           141 fs/fat/cache.c 	spin_lock(&MSDOS_I(inode)->cache_lru_lock);
MSDOS_I           143 fs/fat/cache.c 	    new->id != MSDOS_I(inode)->cache_valid_id)
MSDOS_I           148 fs/fat/cache.c 		if (MSDOS_I(inode)->nr_caches < fat_max_cache(inode)) {
MSDOS_I           149 fs/fat/cache.c 			MSDOS_I(inode)->nr_caches++;
MSDOS_I           150 fs/fat/cache.c 			spin_unlock(&MSDOS_I(inode)->cache_lru_lock);
MSDOS_I           153 fs/fat/cache.c 			spin_lock(&MSDOS_I(inode)->cache_lru_lock);
MSDOS_I           156 fs/fat/cache.c 				MSDOS_I(inode)->nr_caches--;
MSDOS_I           162 fs/fat/cache.c 			struct list_head *p = MSDOS_I(inode)->cache_lru.prev;
MSDOS_I           172 fs/fat/cache.c 	spin_unlock(&MSDOS_I(inode)->cache_lru_lock);
MSDOS_I           181 fs/fat/cache.c 	struct msdos_inode_info *i = MSDOS_I(inode);
MSDOS_I           198 fs/fat/cache.c 	spin_lock(&MSDOS_I(inode)->cache_lru_lock);
MSDOS_I           200 fs/fat/cache.c 	spin_unlock(&MSDOS_I(inode)->cache_lru_lock);
MSDOS_I           225 fs/fat/cache.c 	BUG_ON(MSDOS_I(inode)->i_start == 0);
MSDOS_I           228 fs/fat/cache.c 	*dclus = MSDOS_I(inode)->i_start;
MSDOS_I           246 fs/fat/cache.c 				     MSDOS_I(inode)->i_pos);
MSDOS_I           257 fs/fat/cache.c 				     MSDOS_I(inode)->i_pos);
MSDOS_I           281 fs/fat/cache.c 	if (MSDOS_I(inode)->i_start == 0)
MSDOS_I           289 fs/fat/cache.c 			     __func__, MSDOS_I(inode)->i_pos);
MSDOS_I           312 fs/fat/cache.c 	last_block = (MSDOS_I(inode)->mmu_private + (sb->s_blocksize - 1))
MSDOS_I          1125 fs/fat/dir.c   	de[1].start = cpu_to_le16(MSDOS_I(dir)->i_logstart);
MSDOS_I          1126 fs/fat/dir.c   	de[1].starthi = cpu_to_le16(MSDOS_I(dir)->i_logstart >> 16);
MSDOS_I          1267 fs/fat/dir.c   	} else if (MSDOS_I(dir)->i_start == 0) {
MSDOS_I          1269 fs/fat/dir.c   		       MSDOS_I(dir)->i_pos);
MSDOS_I          1338 fs/fat/dir.c   		MSDOS_I(dir)->mmu_private += nr_cluster << sbi->cluster_bits;
MSDOS_I            63 fs/fat/file.c  		attr |= (MSDOS_I(inode)->i_attrs & ATTR_VOLUME) |
MSDOS_I           118 fs/fat/file.c  		MSDOS_I(inode)->i_attrs = attr & ATTR_UNUSED;
MSDOS_I           178 fs/fat/file.c  	if (MSDOS_I(inode)->i_start == 0)
MSDOS_I           184 fs/fat/file.c  	i_start = free_start = MSDOS_I(inode)->i_start;
MSDOS_I           185 fs/fat/file.c  	i_logstart = MSDOS_I(inode)->i_logstart;
MSDOS_I           189 fs/fat/file.c  		MSDOS_I(inode)->i_start = 0;
MSDOS_I           190 fs/fat/file.c  		MSDOS_I(inode)->i_logstart = 0;
MSDOS_I           192 fs/fat/file.c  	MSDOS_I(inode)->i_attrs |= ATTR_ARCH;
MSDOS_I           197 fs/fat/file.c  			MSDOS_I(inode)->i_start = i_start;
MSDOS_I           198 fs/fat/file.c  			MSDOS_I(inode)->i_logstart = i_logstart;
MSDOS_I           223 fs/fat/file.c  				     __func__, MSDOS_I(inode)->i_pos);
MSDOS_I           252 fs/fat/file.c  	if (MSDOS_I(inode)->mmu_private > inode->i_size)
MSDOS_I           253 fs/fat/file.c  		MSDOS_I(inode)->mmu_private = inode->i_size;
MSDOS_I            77 fs/fat/inode.c 	if (iblock != MSDOS_I(inode)->mmu_private >> sb->s_blocksize_bits) {
MSDOS_I            79 fs/fat/inode.c 			MSDOS_I(inode)->i_pos, MSDOS_I(inode)->mmu_private);
MSDOS_I            94 fs/fat/inode.c 	MSDOS_I(inode)->mmu_private += *max_blocks << sb->s_blocksize_bits;
MSDOS_I           151 fs/fat/inode.c 				&MSDOS_I(mapping->host)->mmu_private);
MSDOS_I           161 fs/fat/inode.c 	if (!(err < 0) && !(MSDOS_I(inode)->i_attrs & ATTR_ARCH)) {
MSDOS_I           163 fs/fat/inode.c 		MSDOS_I(inode)->i_attrs |= ATTR_ARCH;
MSDOS_I           187 fs/fat/inode.c 		if (MSDOS_I(inode)->mmu_private < size)
MSDOS_I           263 fs/fat/inode.c 	MSDOS_I(inode)->i_pos = i_pos;
MSDOS_I           264 fs/fat/inode.c 	hlist_add_head(&MSDOS_I(inode)->i_fat_hash,
MSDOS_I           275 fs/fat/inode.c 	MSDOS_I(inode)->i_pos = 0;
MSDOS_I           276 fs/fat/inode.c 	hlist_del_init(&MSDOS_I(inode)->i_fat_hash);
MSDOS_I           319 fs/fat/inode.c 	if (MSDOS_I(inode)->i_start == 0)
MSDOS_I           336 fs/fat/inode.c 	MSDOS_I(inode)->i_pos = 0;
MSDOS_I           349 fs/fat/inode.c 		MSDOS_I(inode)->i_start = le16_to_cpu(de->start);
MSDOS_I           351 fs/fat/inode.c 			MSDOS_I(inode)->i_start |= (le16_to_cpu(de->starthi) << 16);
MSDOS_I           353 fs/fat/inode.c 		MSDOS_I(inode)->i_logstart = MSDOS_I(inode)->i_start;
MSDOS_I           357 fs/fat/inode.c 		MSDOS_I(inode)->mmu_private = inode->i_size;
MSDOS_I           366 fs/fat/inode.c 		MSDOS_I(inode)->i_start = le16_to_cpu(de->start);
MSDOS_I           368 fs/fat/inode.c 			MSDOS_I(inode)->i_start |= (le16_to_cpu(de->starthi) << 16);
MSDOS_I           370 fs/fat/inode.c 		MSDOS_I(inode)->i_logstart = MSDOS_I(inode)->i_start;
MSDOS_I           375 fs/fat/inode.c 		MSDOS_I(inode)->mmu_private = inode->i_size;
MSDOS_I           381 fs/fat/inode.c 	MSDOS_I(inode)->i_attrs = de->attr & ATTR_UNUSED;
MSDOS_I           451 fs/fat/inode.c 	hlist_del_init(&MSDOS_I(inode)->i_fat_hash);
MSDOS_I           498 fs/fat/inode.c 	kmem_cache_free(fat_inode_cachep, MSDOS_I(inode));
MSDOS_I           568 fs/fat/inode.c 	i_pos = MSDOS_I(inode)->i_pos;
MSDOS_I           579 fs/fat/inode.c 	if (i_pos != MSDOS_I(inode)->i_pos) {
MSDOS_I           592 fs/fat/inode.c 	raw_entry->start = cpu_to_le16(MSDOS_I(inode)->i_logstart);
MSDOS_I           593 fs/fat/inode.c 	raw_entry->starthi = cpu_to_le16(MSDOS_I(inode)->i_logstart >> 16);
MSDOS_I           679 fs/fat/inode.c 		if (inode && MSDOS_I(inode)->i_logstart != i_logstart) {
MSDOS_I           724 fs/fat/inode.c 	ipos_h = MSDOS_I(inode)->i_pos >> 8;
MSDOS_I           725 fs/fat/inode.c 	ipos_m = (MSDOS_I(inode)->i_pos & 0xf0) << 24;
MSDOS_I           726 fs/fat/inode.c 	ipos_l = (MSDOS_I(inode)->i_pos & 0x0f) << 28;
MSDOS_I           731 fs/fat/inode.c 	fh[3] = ipos_m | MSDOS_I(inode)->i_logstart;
MSDOS_I           733 fs/fat/inode.c 	fh[4] = ipos_l | MSDOS_I(de->d_parent->d_inode)->i_logstart;
MSDOS_I          1140 fs/fat/inode.c 	MSDOS_I(inode)->i_pos = 0;
MSDOS_I          1149 fs/fat/inode.c 		MSDOS_I(inode)->i_start = sbi->root_cluster;
MSDOS_I          1154 fs/fat/inode.c 		MSDOS_I(inode)->i_start = 0;
MSDOS_I          1159 fs/fat/inode.c 	MSDOS_I(inode)->i_logstart = 0;
MSDOS_I          1160 fs/fat/inode.c 	MSDOS_I(inode)->mmu_private = inode->i_size;
MSDOS_I          1162 fs/fat/inode.c 	MSDOS_I(inode)->i_attrs = ATTR_NONE;
MSDOS_I            88 fs/fat/misc.c  	if (MSDOS_I(inode)->i_start) {
MSDOS_I           113 fs/fat/misc.c  		MSDOS_I(inode)->i_start = new_dclus;
MSDOS_I           114 fs/fat/misc.c  		MSDOS_I(inode)->i_logstart = new_dclus;
MSDOS_I           474 fs/msdos/namei.c 	old_attrs = MSDOS_I(old_inode)->i_attrs;
MSDOS_I           484 fs/msdos/namei.c 				MSDOS_I(old_inode)->i_attrs |= ATTR_HIDDEN;
MSDOS_I           486 fs/msdos/namei.c 				MSDOS_I(old_inode)->i_attrs &= ~ATTR_HIDDEN;
MSDOS_I           490 fs/msdos/namei.c 					MSDOS_I(old_inode)->i_attrs = old_attrs;
MSDOS_I           515 fs/msdos/namei.c 		new_i_pos = MSDOS_I(new_inode)->i_pos;
MSDOS_I           529 fs/msdos/namei.c 		MSDOS_I(old_inode)->i_attrs |= ATTR_HIDDEN;
MSDOS_I           531 fs/msdos/namei.c 		MSDOS_I(old_inode)->i_attrs &= ~ATTR_HIDDEN;
MSDOS_I           540 fs/msdos/namei.c 		int start = MSDOS_I(new_dir)->i_logstart;
MSDOS_I           582 fs/msdos/namei.c 		int start = MSDOS_I(old_dir)->i_logstart;
MSDOS_I           591 fs/msdos/namei.c 	MSDOS_I(old_inode)->i_attrs = old_attrs;
MSDOS_I           901 fs/vfat/namei.c 		new_i_pos = MSDOS_I(new_inode)->i_pos;
MSDOS_I           922 fs/vfat/namei.c 		int start = MSDOS_I(new_dir)->i_logstart;
MSDOS_I           966 fs/vfat/namei.c 		int start = MSDOS_I(old_dir)->i_logstart;
MSDOS_I           292 include/linux/msdos_fs.h 		MSDOS_I(inode)->i_attrs;