Searched refs:HFSPLUS_SB (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/fs/hfsplus/ |
D | dir.c | 41 hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_lookup() 73 HFSPLUS_I(HFSPLUS_SB(sb)->hidden_dir)-> in hfsplus_lookup() 78 HFSPLUS_SB(sb)->hidden_dir) { in hfsplus_lookup() 96 HFSPLUS_SB(sb)->hidden_dir->i_ino, in hfsplus_lookup() 135 hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_readdir() 194 if (HFSPLUS_SB(sb)->hidden_dir && in hfsplus_readdir() 195 HFSPLUS_SB(sb)->hidden_dir->i_ino == in hfsplus_readdir() 255 struct hfsplus_sb_info *sbi = HFSPLUS_SB(dst_dir->i_sb); in hfsplus_link() 312 struct hfsplus_sb_info *sbi = HFSPLUS_SB(dir->i_sb); in hfsplus_unlink() 369 struct hfsplus_sb_info *sbi = HFSPLUS_SB(dir->i_sb); in hfsplus_rmdir() [all …]
|
D | unicode.c | 126 struct nls_table *nls = HFSPLUS_SB(sb)->nls; in hfsplus_uni2asc() 137 compose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_uni2asc() 253 int size = HFSPLUS_SB(sb)->nls->char2uni(astr, len, uc); in asc2unichar() 300 decompose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_asc2uni() 338 casefold = test_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfsplus_hash_dentry() 339 decompose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_hash_dentry() 384 casefold = test_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfsplus_compare_dentry() 385 decompose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_compare_dentry()
|
D | inode.c | 66 tree = HFSPLUS_SB(sb)->ext_tree; in hfsplus_releasepage() 69 tree = HFSPLUS_SB(sb)->cat_tree; in hfsplus_releasepage() 72 tree = HFSPLUS_SB(sb)->attr_tree; in hfsplus_releasepage() 198 hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_file_lookup() 228 struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); in hfsplus_get_perms() 280 HFSPLUS_SB(sb)->hidden_dir, NULL); in hfsplus_file_release() 313 struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); in hfsplus_file_fsync() 371 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_new_inode() 430 HFSPLUS_SB(sb)->folder_count--; in hfsplus_delete_inode() 434 HFSPLUS_SB(sb)->file_count--; in hfsplus_delete_inode() [all …]
|
D | extents.c | 127 hfs_find_init(HFSPLUS_SB(inode->i_sb)->ext_tree, &fd); in hfsplus_ext_write_extent_locked() 197 hfs_find_init(HFSPLUS_SB(inode->i_sb)->ext_tree, &fd); in hfsplus_ext_read_extent() 208 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_get_block() 374 hfs_find_init(HFSPLUS_SB(sb)->ext_tree, &fd); in hfsplus_free_fork() 395 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_file_extend() 519 blk_cnt = (inode->i_size + HFSPLUS_SB(sb)->alloc_blksz - 1) >> in hfsplus_file_truncate() 520 HFSPLUS_SB(sb)->alloc_blksz_shift; in hfsplus_file_truncate() 526 hfs_find_init(HFSPLUS_SB(sb)->ext_tree, &fd); in hfsplus_file_truncate()
|
D | super.c | 26 struct hfsplus_vh *vhdr = HFSPLUS_SB(inode->i_sb)->s_vhdr; in hfsplus_system_read_inode() 76 hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); in hfsplus_iget() 96 struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); in hfsplus_system_write_inode() 160 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_sync_fs() 233 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_put_super() 264 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_statfs() 286 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb)->s_vhdr; in hfsplus_remount()
|
D | part_tbl.c | 73 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfs_parse_old_pmap() 94 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfs_parse_new_pmap()
|
D | wrapper.c | 104 if (HFSPLUS_SB(sb)->session >= 0) { in hfsplus_get_last_session() 105 te.cdte_track = HFSPLUS_SB(sb)->session; in hfsplus_get_last_session() 128 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_read_wrapper()
|
D | btree.c | 93 if (test_bit(HFSPLUS_SB_HFSX, &HFSPLUS_SB(sb)->flags) && in hfs_btree_open() 98 set_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfs_btree_open() 246 HFSPLUS_SB(tree->sb)->alloc_blksz_shift; in hfs_bmap_alloc() 248 hip->alloc_blocks << HFSPLUS_SB(tree->sb)->fs_shift; in hfs_bmap_alloc()
|
D | ioctl.c | 128 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); in hfsplus_setxattr() 173 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); in hfsplus_getxattr()
|
D | catalog.c | 97 struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); in hfsplus_cat_build_record() 215 hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_create_cat() 272 hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_delete_cat() 355 hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &src_fd); in hfsplus_rename_cat()
|
D | bitmap.c | 21 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_block_allocate() 165 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_block_free()
|
D | options.c | 211 struct hfsplus_sb_info *sbi = HFSPLUS_SB(mnt->mnt_sb); in hfsplus_show_options()
|
D | hfsplus_fs.h | 164 static inline struct hfsplus_sb_info *HFSPLUS_SB(struct super_block *sb) in HFSPLUS_SB() function
|