Home
last modified time | relevance | path

Searched refs:HFSPLUS_SB (Results 1 – 15 of 15) sorted by relevance

/fs/hfsplus/
Dattributes.c171 if (!HFSPLUS_SB(sb)->attr_tree) { in hfsplus_find_attr()
202 if (!HFSPLUS_SB(sb)->attr_tree) in hfsplus_attr_exists()
205 err = hfs_find_init(HFSPLUS_SB(sb)->attr_tree, &fd); in hfsplus_attr_exists()
234 if (!HFSPLUS_SB(sb)->attr_tree) { in hfsplus_create_attr()
243 err = hfs_find_init(HFSPLUS_SB(sb)->attr_tree, &fd); in hfsplus_create_attr()
334 if (!HFSPLUS_SB(sb)->attr_tree) { in hfsplus_delete_attr()
339 err = hfs_find_init(HFSPLUS_SB(sb)->attr_tree, &fd); in hfsplus_delete_attr()
374 if (!HFSPLUS_SB(dir->i_sb)->attr_tree) { in hfsplus_delete_all_attrs()
379 err = hfs_find_init(HFSPLUS_SB(dir->i_sb)->attr_tree, &fd); in hfsplus_delete_all_attrs()
Ddir.c42 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_lookup()
76 HFSPLUS_I(HFSPLUS_SB(sb)->hidden_dir)-> in hfsplus_lookup()
81 HFSPLUS_SB(sb)->hidden_dir) { in hfsplus_lookup()
99 HFSPLUS_SB(sb)->hidden_dir->i_ino, in hfsplus_lookup()
138 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_readdir()
210 if (HFSPLUS_SB(sb)->hidden_dir && in hfsplus_readdir()
211 HFSPLUS_SB(sb)->hidden_dir->i_ino == in hfsplus_readdir()
271 struct hfsplus_sb_info *sbi = HFSPLUS_SB(dst_dir->i_sb); in hfsplus_link()
328 struct hfsplus_sb_info *sbi = HFSPLUS_SB(dir->i_sb); in hfsplus_unlink()
385 struct hfsplus_sb_info *sbi = HFSPLUS_SB(dir->i_sb); in hfsplus_rmdir()
[all …]
Dunicode.c126 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()
258 int size = HFSPLUS_SB(sb)->nls->char2uni(astr, len, uc); in asc2unichar()
306 decompose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_asc2uni()
348 casefold = test_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfsplus_hash_dentry()
349 decompose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_hash_dentry()
402 casefold = test_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfsplus_compare_dentry()
403 decompose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_compare_dentry()
Dinode.c75 tree = HFSPLUS_SB(sb)->ext_tree; in hfsplus_releasepage()
78 tree = HFSPLUS_SB(sb)->cat_tree; in hfsplus_releasepage()
81 tree = HFSPLUS_SB(sb)->attr_tree; in hfsplus_releasepage()
209 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_file_lookup()
241 struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); in hfsplus_get_perms()
293 HFSPLUS_SB(sb)->hidden_dir, NULL); in hfsplus_file_release()
327 struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); in hfsplus_file_fsync()
404 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_new_inode()
464 HFSPLUS_SB(sb)->folder_count--; in hfsplus_delete_inode()
468 HFSPLUS_SB(sb)->file_count--; in hfsplus_delete_inode()
[all …]
Dxattr.c108 err = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &cat_fd); in __hfsplus_setxattr()
161 if (!HFSPLUS_SB(inode->i_sb)->attr_tree) { in __hfsplus_setxattr()
270 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); in hfsplus_getxattr_finder_info()
338 if (!HFSPLUS_SB(inode->i_sb)->attr_tree) in hfsplus_getxattr()
347 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->attr_tree, &fd); in hfsplus_getxattr()
428 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); in hfsplus_listxattr_finder_info()
504 else if (!HFSPLUS_SB(inode->i_sb)->attr_tree) in hfsplus_listxattr()
507 err = hfs_find_init(HFSPLUS_SB(inode->i_sb)->attr_tree, &fd); in hfsplus_listxattr()
584 if (!HFSPLUS_SB(inode->i_sb)->attr_tree) in hfsplus_removexattr()
598 err = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &cat_fd); in hfsplus_removexattr()
Dextents.c131 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->ext_tree, &fd); in hfsplus_ext_write_extent_locked()
211 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->ext_tree, &fd); in hfsplus_ext_read_extent()
224 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_get_block()
410 res = hfs_find_init(HFSPLUS_SB(sb)->ext_tree, &fd); in hfsplus_free_fork()
433 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_file_extend()
557 blk_cnt = (inode->i_size + HFSPLUS_SB(sb)->alloc_blksz - 1) >> in hfsplus_file_truncate()
558 HFSPLUS_SB(sb)->alloc_blksz_shift; in hfsplus_file_truncate()
564 res = hfs_find_init(HFSPLUS_SB(sb)->ext_tree, &fd); in hfsplus_file_truncate()
Dsuper.c27 struct hfsplus_vh *vhdr = HFSPLUS_SB(inode->i_sb)->s_vhdr; in hfsplus_system_read_inode()
77 err = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); in hfsplus_iget()
99 struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); in hfsplus_system_write_inode()
174 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_sync_fs()
259 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_mark_mdb_dirty()
276 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_put_super()
307 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_statfs()
330 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb)->s_vhdr; in hfsplus_remount()
Dwrapper.c150 if (HFSPLUS_SB(sb)->session >= 0) { in hfsplus_get_last_session()
151 te.cdte_track = HFSPLUS_SB(sb)->session; in hfsplus_get_last_session()
174 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_read_wrapper()
Dbtree.c92 if (test_bit(HFSPLUS_SB_HFSX, &HFSPLUS_SB(sb)->flags) && in hfs_btree_open()
97 set_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfs_btree_open()
254 HFSPLUS_SB(tree->sb)->alloc_blksz_shift; in hfs_bmap_alloc()
256 hip->alloc_blocks << HFSPLUS_SB(tree->sb)->fs_shift; in hfs_bmap_alloc()
Dpart_tbl.c73 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()
Dcatalog.c98 struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); in hfsplus_cat_build_record()
217 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_create_cat()
275 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_delete_cat()
343 if (HFSPLUS_SB(sb)->attr_tree) in hfsplus_delete_cat()
366 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &src_fd); in hfsplus_rename_cat()
Dbitmap.c21 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()
Dioctl.c30 struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); in hfsplus_ioctl_bless()
Doptions.c219 struct hfsplus_sb_info *sbi = HFSPLUS_SB(root->d_sb); in hfsplus_show_options()
Dhfsplus_fs.h192 static inline struct hfsplus_sb_info *HFSPLUS_SB(struct super_block *sb) in HFSPLUS_SB() function