Lines Matching refs:HFSPLUS_I
54 &HFSPLUS_I(mapping->host)->phys_size); in hfsplus_write_begin()
204 HFSPLUS_I(inode)->userflags = perms->userflags; in hfsplus_get_perms()
218 inode = HFSPLUS_I(inode)->rsrc_inode; in hfsplus_file_open()
221 atomic_inc(&HFSPLUS_I(inode)->opencnt); in hfsplus_file_open()
230 inode = HFSPLUS_I(inode)->rsrc_inode; in hfsplus_file_release()
231 if (atomic_dec_and_test(&HFSPLUS_I(inode)->opencnt)) { in hfsplus_file_release()
277 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_getattr()
297 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_file_fsync()
383 hip = HFSPLUS_I(inode); in hfsplus_new_inode()
453 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_inode_read_fork()
482 memcpy(&fork->extents, &HFSPLUS_I(inode)->first_extents, in hfsplus_inode_write_fork()
485 fork->total_blocks = cpu_to_be32(HFSPLUS_I(inode)->alloc_blocks); in hfsplus_inode_write_fork()
496 HFSPLUS_I(inode)->linkid = 0; in hfsplus_cat_read_inode()
510 HFSPLUS_I(inode)->create_date = folder->create_date; in hfsplus_cat_read_inode()
511 HFSPLUS_I(inode)->fs_blocks = 0; in hfsplus_cat_read_inode()
513 HFSPLUS_I(inode)->subfolders = in hfsplus_cat_read_inode()
548 HFSPLUS_I(inode)->create_date = file->create_date; in hfsplus_cat_read_inode()
563 main_inode = HFSPLUS_I(inode)->rsrc_inode; in hfsplus_cat_write_inode()
591 cpu_to_be32(HFSPLUS_I(inode)->subfolders); in hfsplus_cat_write_inode()
624 set_bit(HFSPLUS_I_CAT_DIRTY, &HFSPLUS_I(inode)->flags); in hfsplus_cat_write_inode()