Lines Matching refs:HFSPLUS_I

48 				&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()
279 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_getattr()
304 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_file_fsync()
392 hip = HFSPLUS_I(inode); in hfsplus_new_inode()
462 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_inode_read_fork()
491 memcpy(&fork->extents, &HFSPLUS_I(inode)->first_extents, in hfsplus_inode_write_fork()
494 fork->total_blocks = cpu_to_be32(HFSPLUS_I(inode)->alloc_blocks); in hfsplus_inode_write_fork()
505 HFSPLUS_I(inode)->linkid = 0; in hfsplus_cat_read_inode()
524 HFSPLUS_I(inode)->create_date = folder->create_date; in hfsplus_cat_read_inode()
525 HFSPLUS_I(inode)->fs_blocks = 0; in hfsplus_cat_read_inode()
527 HFSPLUS_I(inode)->subfolders = in hfsplus_cat_read_inode()
567 HFSPLUS_I(inode)->create_date = file->create_date; in hfsplus_cat_read_inode()
584 main_inode = HFSPLUS_I(inode)->rsrc_inode; in hfsplus_cat_write_inode()
615 cpu_to_be32(HFSPLUS_I(inode)->subfolders); in hfsplus_cat_write_inode()
651 set_bit(HFSPLUS_I_CAT_DIRTY, &HFSPLUS_I(inode)->flags); in hfsplus_cat_write_inode()
660 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_fileattr_get()
679 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_fileattr_set()