Home
last modified time | relevance | path

Searched refs:HFSPLUS_I (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/fs/hfsplus/
Dinode.c40 &HFSPLUS_I(mapping->host)->phys_size); in hfsplus_write_begin()
182 inode = HFSPLUS_I(dir)->rsrc_inode; in hfsplus_file_lookup()
190 hip = HFSPLUS_I(inode); in hfsplus_file_lookup()
208 HFSPLUS_I(dir)->rsrc_inode = inode; in hfsplus_file_lookup()
248 HFSPLUS_I(inode)->userflags = perms->userflags; in hfsplus_get_perms()
262 inode = HFSPLUS_I(inode)->rsrc_inode; in hfsplus_file_open()
265 atomic_inc(&HFSPLUS_I(inode)->opencnt); in hfsplus_file_open()
274 inode = HFSPLUS_I(inode)->rsrc_inode; in hfsplus_file_release()
275 if (atomic_dec_and_test(&HFSPLUS_I(inode)->opencnt)) { in hfsplus_file_release()
312 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_file_fsync()
[all …]
Dsuper.c67 INIT_LIST_HEAD(&HFSPLUS_I(inode)->open_dir_list); in hfsplus_iget()
68 mutex_init(&HFSPLUS_I(inode)->extents_lock); in hfsplus_iget()
69 HFSPLUS_I(inode)->flags = 0; in hfsplus_iget()
70 HFSPLUS_I(inode)->extent_state = 0; in hfsplus_iget()
71 HFSPLUS_I(inode)->rsrc_inode = NULL; in hfsplus_iget()
72 atomic_set(&HFSPLUS_I(inode)->opencnt, 0); in hfsplus_iget()
153 HFSPLUS_I(HFSPLUS_I(inode)->rsrc_inode)->rsrc_inode = NULL; in hfsplus_evict_inode()
154 iput(HFSPLUS_I(inode)->rsrc_inode); in hfsplus_evict_inode()
540 kmem_cache_free(hfsplus_inode_cachep, HFSPLUS_I(inode)); in hfsplus_i_callback()
Dextents.c89 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in __hfsplus_ext_write_extent()
124 if (HFSPLUS_I(inode)->extent_state & HFSPLUS_EXT_DIRTY) { in hfsplus_ext_write_extent_locked()
135 mutex_lock(&HFSPLUS_I(inode)->extents_lock); in hfsplus_ext_write_extent()
137 mutex_unlock(&HFSPLUS_I(inode)->extents_lock); in hfsplus_ext_write_extent()
164 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in __hfsplus_ext_cache_extent()
189 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_ext_read_extent()
209 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_get_block()
396 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_file_extend()
489 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_file_truncate()
Ddir.c73 HFSPLUS_I(HFSPLUS_SB(sb)->hidden_dir)-> in hfsplus_lookup()
76 HFSPLUS_I(sb->s_root->d_inode)-> in hfsplus_lookup()
112 HFSPLUS_I(inode)->linkid = linkid; in hfsplus_lookup()
232 list_add(&rd->list, &HFSPLUS_I(inode)->open_dir_list); in hfsplus_readdir()
283 HFSPLUS_I(inode)->linkid = id; in hfsplus_link()
325 atomic_read(&HFSPLUS_I(inode)->opencnt)) { in hfsplus_unlink()
348 if (!atomic_read(&HFSPLUS_I(inode)->opencnt)) { in hfsplus_unlink()
Dcatalog.c81 perms->userflags = HFSPLUS_I(inode)->userflags; in hfsplus_cat_set_perms()
106 HFSPLUS_I(inode)->create_date = in hfsplus_cat_build_record()
124 HFSPLUS_I(inode)->create_date = in hfsplus_cat_build_record()
155 HFSPLUS_I(sbi->hidden_dir)->create_date; in hfsplus_cat_build_record()
157 cpu_to_be32(HFSPLUS_I(inode)->linkid); in hfsplus_cat_build_record()
313 list_for_each(pos, &HFSPLUS_I(dir)->open_dir_list) { in hfsplus_delete_cat()
Dhfsplus_fs.h222 test_bit(HFSPLUS_I_RSRC, &HFSPLUS_I(inode)->flags)
224 static inline struct hfsplus_inode_info *HFSPLUS_I(struct inode *inode) in HFSPLUS_I() function
238 set_bit(flag, &HFSPLUS_I(inode)->flags); in hfsplus_mark_inode_dirty()
Dioctl.c26 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_ioctl_getflags()
42 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_ioctl_setflags()
Dbtree.c42 if (!HFSPLUS_I(tree->inode)->first_blocks) { in hfs_btree_open()
237 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfs_bmap_alloc()