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()
276 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_file_fsync()
361 hip = HFSPLUS_I(inode); in hfsplus_new_inode()
431 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_inode_read_fork()
460 memcpy(&fork->extents, &HFSPLUS_I(inode)->first_extents, in hfsplus_inode_write_fork()
463 fork->total_blocks = cpu_to_be32(HFSPLUS_I(inode)->alloc_blocks); in hfsplus_inode_write_fork()
474 HFSPLUS_I(inode)->linkid = 0; in hfsplus_cat_read_inode()
488 HFSPLUS_I(inode)->create_date = folder->create_date; in hfsplus_cat_read_inode()
489 HFSPLUS_I(inode)->fs_blocks = 0; in hfsplus_cat_read_inode()
491 HFSPLUS_I(inode)->subfolders = in hfsplus_cat_read_inode()
526 HFSPLUS_I(inode)->create_date = file->create_date; in hfsplus_cat_read_inode()
541 main_inode = HFSPLUS_I(inode)->rsrc_inode; in hfsplus_cat_write_inode()
569 cpu_to_be32(HFSPLUS_I(inode)->subfolders); in hfsplus_cat_write_inode()
602 set_bit(HFSPLUS_I_CAT_DIRTY, &HFSPLUS_I(inode)->flags); in hfsplus_cat_write_inode()