Lines Matching refs:HFSPLUS_I
55 &HFSPLUS_I(mapping->host)->phys_size); in hfsplus_write_begin()
207 HFSPLUS_I(inode)->userflags = perms->userflags; in hfsplus_get_perms()
221 inode = HFSPLUS_I(inode)->rsrc_inode; in hfsplus_file_open()
224 atomic_inc(&HFSPLUS_I(inode)->opencnt); in hfsplus_file_open()
233 inode = HFSPLUS_I(inode)->rsrc_inode; in hfsplus_file_release()
234 if (atomic_dec_and_test(&HFSPLUS_I(inode)->opencnt)) { in hfsplus_file_release()
282 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_getattr()
307 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_file_fsync()
395 hip = HFSPLUS_I(inode); in hfsplus_new_inode()
465 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_inode_read_fork()
494 memcpy(&fork->extents, &HFSPLUS_I(inode)->first_extents, in hfsplus_inode_write_fork()
497 fork->total_blocks = cpu_to_be32(HFSPLUS_I(inode)->alloc_blocks); in hfsplus_inode_write_fork()
508 HFSPLUS_I(inode)->linkid = 0; in hfsplus_cat_read_inode()
521 HFSPLUS_I(inode)->create_date = folder->create_date; in hfsplus_cat_read_inode()
522 HFSPLUS_I(inode)->fs_blocks = 0; in hfsplus_cat_read_inode()
524 HFSPLUS_I(inode)->subfolders = in hfsplus_cat_read_inode()
558 HFSPLUS_I(inode)->create_date = file->create_date; in hfsplus_cat_read_inode()
573 main_inode = HFSPLUS_I(inode)->rsrc_inode; in hfsplus_cat_write_inode()
600 cpu_to_be32(HFSPLUS_I(inode)->subfolders); in hfsplus_cat_write_inode()
632 set_bit(HFSPLUS_I_CAT_DIRTY, &HFSPLUS_I(inode)->flags); in hfsplus_cat_write_inode()
641 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_fileattr_get()
660 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_fileattr_set()