HFS_I              36 fs/hfs/attr.c  	fd.search_key->cat = HFS_I(inode)->cat_key;
HFS_I              83 fs/hfs/attr.c  		fd.search_key->cat = HFS_I(inode)->cat_key;
HFS_I              44 fs/hfs/btree.c 	HFS_I(tree->inode)->flags = 0;
HFS_I              45 fs/hfs/btree.c 	mutex_init(&HFS_I(tree->inode)->extents_lock);
HFS_I              50 fs/hfs/btree.c 		if (HFS_I(tree->inode)->alloc_blocks >
HFS_I              51 fs/hfs/btree.c 					HFS_I(tree->inode)->first_blocks) {
HFS_I              63 fs/hfs/btree.c 		if (!HFS_I(tree->inode)->first_blocks) {
HFS_I             234 fs/hfs/btree.c 		HFS_I(inode)->phys_size = inode->i_size =
HFS_I             235 fs/hfs/btree.c 				(loff_t)HFS_I(inode)->alloc_blocks *
HFS_I             237 fs/hfs/btree.c 		HFS_I(inode)->fs_blocks = inode->i_size >>
HFS_I             252 fs/hfs/catalog.c 	spin_lock(&HFS_I(dir)->open_dir_lock);
HFS_I             253 fs/hfs/catalog.c 	list_for_each_entry(rd, &HFS_I(dir)->open_dir_list, list) {
HFS_I             257 fs/hfs/catalog.c 	spin_unlock(&HFS_I(dir)->open_dir_lock);
HFS_I             158 fs/hfs/dir.c   		spin_lock(&HFS_I(inode)->open_dir_lock);
HFS_I             159 fs/hfs/dir.c   		list_add(&rd->list, &HFS_I(inode)->open_dir_list);
HFS_I             160 fs/hfs/dir.c   		spin_unlock(&HFS_I(inode)->open_dir_lock);
HFS_I             176 fs/hfs/dir.c   		spin_lock(&HFS_I(inode)->open_dir_lock);
HFS_I             178 fs/hfs/dir.c   		spin_unlock(&HFS_I(inode)->open_dir_lock);
HFS_I             303 fs/hfs/dir.c   				  (btree_key *)&HFS_I(d_inode(old_dentry))->cat_key,
HFS_I             114 fs/hfs/extent.c 	hfs_ext_build_key(fd->search_key, inode->i_ino, HFS_I(inode)->cached_start,
HFS_I             117 fs/hfs/extent.c 	if (HFS_I(inode)->flags & HFS_FLG_EXT_NEW) {
HFS_I             124 fs/hfs/extent.c 		hfs_brec_insert(fd, HFS_I(inode)->cached_extents, sizeof(hfs_extent_rec));
HFS_I             125 fs/hfs/extent.c 		HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW);
HFS_I             129 fs/hfs/extent.c 		hfs_bnode_write(fd->bnode, HFS_I(inode)->cached_extents, fd->entryoffset, fd->entrylength);
HFS_I             130 fs/hfs/extent.c 		HFS_I(inode)->flags &= ~HFS_FLG_EXT_DIRTY;
HFS_I             140 fs/hfs/extent.c 	if (HFS_I(inode)->flags & HFS_FLG_EXT_DIRTY) {
HFS_I             173 fs/hfs/extent.c 	if (HFS_I(inode)->flags & HFS_FLG_EXT_DIRTY) {
HFS_I             179 fs/hfs/extent.c 	res = __hfs_ext_read_extent(fd, HFS_I(inode)->cached_extents, inode->i_ino,
HFS_I             182 fs/hfs/extent.c 		HFS_I(inode)->cached_start = be16_to_cpu(fd->key->ext.FABN);
HFS_I             183 fs/hfs/extent.c 		HFS_I(inode)->cached_blocks = hfs_ext_block_count(HFS_I(inode)->cached_extents);
HFS_I             185 fs/hfs/extent.c 		HFS_I(inode)->cached_start = HFS_I(inode)->cached_blocks = 0;
HFS_I             186 fs/hfs/extent.c 		HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW);
HFS_I             196 fs/hfs/extent.c 	if (block >= HFS_I(inode)->cached_start &&
HFS_I             197 fs/hfs/extent.c 	    block < HFS_I(inode)->cached_start + HFS_I(inode)->cached_blocks)
HFS_I             347 fs/hfs/extent.c 	if (block >= HFS_I(inode)->fs_blocks) {
HFS_I             350 fs/hfs/extent.c 		if (block > HFS_I(inode)->fs_blocks)
HFS_I             352 fs/hfs/extent.c 		if (ablock >= HFS_I(inode)->alloc_blocks) {
HFS_I             360 fs/hfs/extent.c 	if (ablock < HFS_I(inode)->first_blocks) {
HFS_I             361 fs/hfs/extent.c 		dblock = hfs_ext_find_block(HFS_I(inode)->first_extents, ablock);
HFS_I             365 fs/hfs/extent.c 	mutex_lock(&HFS_I(inode)->extents_lock);
HFS_I             368 fs/hfs/extent.c 		dblock = hfs_ext_find_block(HFS_I(inode)->cached_extents,
HFS_I             369 fs/hfs/extent.c 					    ablock - HFS_I(inode)->cached_start);
HFS_I             371 fs/hfs/extent.c 		mutex_unlock(&HFS_I(inode)->extents_lock);
HFS_I             374 fs/hfs/extent.c 	mutex_unlock(&HFS_I(inode)->extents_lock);
HFS_I             383 fs/hfs/extent.c 		HFS_I(inode)->phys_size += sb->s_blocksize;
HFS_I             384 fs/hfs/extent.c 		HFS_I(inode)->fs_blocks++;
HFS_I             397 fs/hfs/extent.c 	mutex_lock(&HFS_I(inode)->extents_lock);
HFS_I             398 fs/hfs/extent.c 	if (HFS_I(inode)->alloc_blocks == HFS_I(inode)->first_blocks)
HFS_I             399 fs/hfs/extent.c 		goal = hfs_ext_lastblock(HFS_I(inode)->first_extents);
HFS_I             401 fs/hfs/extent.c 		res = hfs_ext_read_extent(inode, HFS_I(inode)->alloc_blocks);
HFS_I             404 fs/hfs/extent.c 		goal = hfs_ext_lastblock(HFS_I(inode)->cached_extents);
HFS_I             407 fs/hfs/extent.c 	len = HFS_I(inode)->clump_blocks;
HFS_I             415 fs/hfs/extent.c 	if (HFS_I(inode)->alloc_blocks == HFS_I(inode)->first_blocks) {
HFS_I             416 fs/hfs/extent.c 		if (!HFS_I(inode)->first_blocks) {
HFS_I             419 fs/hfs/extent.c 			HFS_I(inode)->first_extents[0].block = cpu_to_be16(start);
HFS_I             420 fs/hfs/extent.c 			HFS_I(inode)->first_extents[0].count = cpu_to_be16(len);
HFS_I             424 fs/hfs/extent.c 			res = hfs_add_extent(HFS_I(inode)->first_extents,
HFS_I             425 fs/hfs/extent.c 					     HFS_I(inode)->alloc_blocks,
HFS_I             431 fs/hfs/extent.c 			hfs_dump_extent(HFS_I(inode)->first_extents);
HFS_I             432 fs/hfs/extent.c 			HFS_I(inode)->first_blocks += len;
HFS_I             435 fs/hfs/extent.c 		res = hfs_add_extent(HFS_I(inode)->cached_extents,
HFS_I             436 fs/hfs/extent.c 				     HFS_I(inode)->alloc_blocks -
HFS_I             437 fs/hfs/extent.c 				     HFS_I(inode)->cached_start,
HFS_I             440 fs/hfs/extent.c 			hfs_dump_extent(HFS_I(inode)->cached_extents);
HFS_I             441 fs/hfs/extent.c 			HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY;
HFS_I             442 fs/hfs/extent.c 			HFS_I(inode)->cached_blocks += len;
HFS_I             447 fs/hfs/extent.c 	mutex_unlock(&HFS_I(inode)->extents_lock);
HFS_I             449 fs/hfs/extent.c 		HFS_I(inode)->alloc_blocks += len;
HFS_I             464 fs/hfs/extent.c 	memset(HFS_I(inode)->cached_extents, 0, sizeof(hfs_extent_rec));
HFS_I             465 fs/hfs/extent.c 	HFS_I(inode)->cached_extents[0].block = cpu_to_be16(start);
HFS_I             466 fs/hfs/extent.c 	HFS_I(inode)->cached_extents[0].count = cpu_to_be16(len);
HFS_I             467 fs/hfs/extent.c 	hfs_dump_extent(HFS_I(inode)->cached_extents);
HFS_I             468 fs/hfs/extent.c 	HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW;
HFS_I             469 fs/hfs/extent.c 	HFS_I(inode)->cached_start = HFS_I(inode)->alloc_blocks;
HFS_I             470 fs/hfs/extent.c 	HFS_I(inode)->cached_blocks = len;
HFS_I             485 fs/hfs/extent.c 		inode->i_ino, (long long)HFS_I(inode)->phys_size,
HFS_I             487 fs/hfs/extent.c 	if (inode->i_size > HFS_I(inode)->phys_size) {
HFS_I             501 fs/hfs/extent.c 			inode->i_size = HFS_I(inode)->phys_size;
HFS_I             503 fs/hfs/extent.c 	} else if (inode->i_size == HFS_I(inode)->phys_size)
HFS_I             507 fs/hfs/extent.c 	alloc_cnt = HFS_I(inode)->alloc_blocks;
HFS_I             511 fs/hfs/extent.c 	mutex_lock(&HFS_I(inode)->extents_lock);
HFS_I             514 fs/hfs/extent.c 		mutex_unlock(&HFS_I(inode)->extents_lock);
HFS_I             519 fs/hfs/extent.c 		if (alloc_cnt == HFS_I(inode)->first_blocks) {
HFS_I             520 fs/hfs/extent.c 			hfs_free_extents(sb, HFS_I(inode)->first_extents,
HFS_I             522 fs/hfs/extent.c 			hfs_dump_extent(HFS_I(inode)->first_extents);
HFS_I             523 fs/hfs/extent.c 			HFS_I(inode)->first_blocks = blk_cnt;
HFS_I             529 fs/hfs/extent.c 		start = HFS_I(inode)->cached_start;
HFS_I             530 fs/hfs/extent.c 		hfs_free_extents(sb, HFS_I(inode)->cached_extents,
HFS_I             532 fs/hfs/extent.c 		hfs_dump_extent(HFS_I(inode)->cached_extents);
HFS_I             534 fs/hfs/extent.c 			HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY;
HFS_I             538 fs/hfs/extent.c 		HFS_I(inode)->cached_start = HFS_I(inode)->cached_blocks = 0;
HFS_I             539 fs/hfs/extent.c 		HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW);
HFS_I             543 fs/hfs/extent.c 	mutex_unlock(&HFS_I(inode)->extents_lock);
HFS_I             545 fs/hfs/extent.c 	HFS_I(inode)->alloc_blocks = blk_cnt;
HFS_I             547 fs/hfs/extent.c 	HFS_I(inode)->phys_size = inode->i_size;
HFS_I             548 fs/hfs/extent.c 	HFS_I(inode)->fs_blocks = (inode->i_size + sb->s_blocksize - 1) >> sb->s_blocksize_bits;
HFS_I             549 fs/hfs/extent.c 	inode_set_bytes(inode, HFS_I(inode)->fs_blocks << sb->s_blocksize_bits);
HFS_I              93 fs/hfs/hfs_fs.h #define HFS_IS_RSRC(inode)	(HFS_I(inode)->flags & HFS_FLG_RSRC)
HFS_I              60 fs/hfs/inode.c 				&HFS_I(mapping->host)->phys_size);
HFS_I             189 fs/hfs/inode.c 	mutex_init(&HFS_I(inode)->extents_lock);
HFS_I             190 fs/hfs/inode.c 	INIT_LIST_HEAD(&HFS_I(inode)->open_dir_list);
HFS_I             191 fs/hfs/inode.c 	spin_lock_init(&HFS_I(inode)->open_dir_lock);
HFS_I             192 fs/hfs/inode.c 	hfs_cat_build_key(sb, (btree_key *)&HFS_I(inode)->cat_key, dir->i_ino, name);
HFS_I             199 fs/hfs/inode.c 	HFS_I(inode)->flags = 0;
HFS_I             200 fs/hfs/inode.c 	HFS_I(inode)->rsrc_inode = NULL;
HFS_I             201 fs/hfs/inode.c 	HFS_I(inode)->fs_blocks = 0;
HFS_I             212 fs/hfs/inode.c 		HFS_I(inode)->clump_blocks = HFS_SB(sb)->clumpablks;
HFS_I             223 fs/hfs/inode.c 		HFS_I(inode)->phys_size = 0;
HFS_I             224 fs/hfs/inode.c 		HFS_I(inode)->alloc_blocks = 0;
HFS_I             225 fs/hfs/inode.c 		HFS_I(inode)->first_blocks = 0;
HFS_I             226 fs/hfs/inode.c 		HFS_I(inode)->cached_start = 0;
HFS_I             227 fs/hfs/inode.c 		HFS_I(inode)->cached_blocks = 0;
HFS_I             228 fs/hfs/inode.c 		memset(HFS_I(inode)->first_extents, 0, sizeof(hfs_extent_rec));
HFS_I             229 fs/hfs/inode.c 		memset(HFS_I(inode)->cached_extents, 0, sizeof(hfs_extent_rec));
HFS_I             246 fs/hfs/inode.c 		if (HFS_I(inode)->cat_key.ParID == cpu_to_be32(HFS_ROOT_CNID))
HFS_I             253 fs/hfs/inode.c 	if (HFS_I(inode)->cat_key.ParID == cpu_to_be32(HFS_ROOT_CNID))
HFS_I             273 fs/hfs/inode.c 	memcpy(HFS_I(inode)->first_extents, ext, sizeof(hfs_extent_rec));
HFS_I             276 fs/hfs/inode.c 	HFS_I(inode)->first_blocks = count;
HFS_I             278 fs/hfs/inode.c 	inode->i_size = HFS_I(inode)->phys_size = log_size;
HFS_I             279 fs/hfs/inode.c 	HFS_I(inode)->fs_blocks = (log_size + sb->s_blocksize - 1) >> sb->s_blocksize_bits;
HFS_I             280 fs/hfs/inode.c 	inode_set_bytes(inode, HFS_I(inode)->fs_blocks << sb->s_blocksize_bits);
HFS_I             281 fs/hfs/inode.c 	HFS_I(inode)->alloc_blocks = be32_to_cpu(phys_size) /
HFS_I             283 fs/hfs/inode.c 	HFS_I(inode)->clump_blocks = clump_size / HFS_SB(sb)->alloc_blksz;
HFS_I             284 fs/hfs/inode.c 	if (!HFS_I(inode)->clump_blocks)
HFS_I             285 fs/hfs/inode.c 		HFS_I(inode)->clump_blocks = HFS_SB(sb)->clumpablks;
HFS_I             319 fs/hfs/inode.c 	HFS_I(inode)->flags = 0;
HFS_I             320 fs/hfs/inode.c 	HFS_I(inode)->rsrc_inode = NULL;
HFS_I             321 fs/hfs/inode.c 	mutex_init(&HFS_I(inode)->extents_lock);
HFS_I             322 fs/hfs/inode.c 	INIT_LIST_HEAD(&HFS_I(inode)->open_dir_list);
HFS_I             323 fs/hfs/inode.c 	spin_lock_init(&HFS_I(inode)->open_dir_lock);
HFS_I             331 fs/hfs/inode.c 		HFS_I(inode)->cat_key = *idata->key;
HFS_I             333 fs/hfs/inode.c 		HFS_I(inode)->flags |= HFS_FLG_RSRC;
HFS_I             334 fs/hfs/inode.c 	HFS_I(inode)->tz_secondswest = sys_tz.tz_minuteswest * 60;
HFS_I             362 fs/hfs/inode.c 		HFS_I(inode)->fs_blocks = 0;
HFS_I             409 fs/hfs/inode.c 	memcpy(ext, HFS_I(inode)->first_extents, sizeof(hfs_extent_rec));
HFS_I             414 fs/hfs/inode.c 		*phys_size = cpu_to_be32(HFS_I(inode)->alloc_blocks *
HFS_I             447 fs/hfs/inode.c 		main_inode = HFS_I(inode)->rsrc_inode;
HFS_I             456 fs/hfs/inode.c 	fd.search_key->cat = HFS_I(main_inode)->cat_key;
HFS_I             517 fs/hfs/inode.c 	inode = HFS_I(dir)->rsrc_inode;
HFS_I             530 fs/hfs/inode.c 	fd.search_key->cat = HFS_I(dir)->cat_key;
HFS_I             541 fs/hfs/inode.c 	HFS_I(inode)->rsrc_inode = dir;
HFS_I             542 fs/hfs/inode.c 	HFS_I(dir)->rsrc_inode = inode;
HFS_I             555 fs/hfs/inode.c 	if (HFS_IS_RSRC(inode) && HFS_I(inode)->rsrc_inode) {
HFS_I             556 fs/hfs/inode.c 		HFS_I(HFS_I(inode)->rsrc_inode)->rsrc_inode = NULL;
HFS_I             557 fs/hfs/inode.c 		iput(HFS_I(inode)->rsrc_inode);
HFS_I             564 fs/hfs/inode.c 		inode = HFS_I(inode)->rsrc_inode;
HFS_I             565 fs/hfs/inode.c 	atomic_inc(&HFS_I(inode)->opencnt);
HFS_I             574 fs/hfs/inode.c 		inode = HFS_I(inode)->rsrc_inode;
HFS_I             575 fs/hfs/inode.c 	if (atomic_dec_and_test(&HFS_I(inode)->opencnt)) {
HFS_I             172 fs/hfs/super.c 	kmem_cache_free(hfs_inode_cachep, HFS_I(inode));
HFS_I              29 fs/hfs/sysdep.c 	diff = sys_tz.tz_minuteswest * 60 - HFS_I(inode)->tz_secondswest;
HFS_I              34 fs/hfs/sysdep.c 		HFS_I(inode)->tz_secondswest += diff;