/linux-4.4.14/fs/hfsplus/ |
D | attributes.c | 143 if (!HFSPLUS_SB(sb)->attr_tree) { in hfsplus_find_attr() 174 if (!HFSPLUS_SB(sb)->attr_tree) in hfsplus_attr_exists() 177 err = hfs_find_init(HFSPLUS_SB(sb)->attr_tree, &fd); in hfsplus_attr_exists() 206 if (!HFSPLUS_SB(sb)->attr_tree) { in hfsplus_create_attr() 215 err = hfs_find_init(HFSPLUS_SB(sb)->attr_tree, &fd); in hfsplus_create_attr() 306 if (!HFSPLUS_SB(sb)->attr_tree) { in hfsplus_delete_attr() 311 err = hfs_find_init(HFSPLUS_SB(sb)->attr_tree, &fd); in hfsplus_delete_attr() 346 if (!HFSPLUS_SB(dir->i_sb)->attr_tree) { in hfsplus_delete_all_attrs() 351 err = hfs_find_init(HFSPLUS_SB(dir->i_sb)->attr_tree, &fd); in hfsplus_delete_all_attrs()
|
D | dir.c | 44 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_lookup() 81 HFSPLUS_I(HFSPLUS_SB(sb)->hidden_dir)-> in hfsplus_lookup() 86 HFSPLUS_SB(sb)->hidden_dir) { in hfsplus_lookup() 104 HFSPLUS_SB(sb)->hidden_dir->i_ino, in hfsplus_lookup() 145 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_readdir() 218 if (HFSPLUS_SB(sb)->hidden_dir && in hfsplus_readdir() 219 HFSPLUS_SB(sb)->hidden_dir->i_ino == in hfsplus_readdir() 298 struct hfsplus_sb_info *sbi = HFSPLUS_SB(dst_dir->i_sb); in hfsplus_link() 355 struct hfsplus_sb_info *sbi = HFSPLUS_SB(dir->i_sb); in hfsplus_unlink() 412 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() 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() 347 casefold = test_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfsplus_hash_dentry() 348 decompose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_hash_dentry() 399 casefold = test_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfsplus_compare_dentry() 400 decompose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_compare_dentry()
|
D | inode.c | 76 tree = HFSPLUS_SB(sb)->ext_tree; in hfsplus_releasepage() 79 tree = HFSPLUS_SB(sb)->cat_tree; in hfsplus_releasepage() 82 tree = HFSPLUS_SB(sb)->attr_tree; in hfsplus_releasepage() 184 struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); in hfsplus_get_perms() 236 HFSPLUS_SB(sb)->hidden_dir, NULL); in hfsplus_file_release() 283 struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); in hfsplus_file_fsync() 361 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_new_inode() 422 HFSPLUS_SB(sb)->folder_count--; in hfsplus_delete_inode() 426 HFSPLUS_SB(sb)->file_count--; in hfsplus_delete_inode() 442 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_inode_read_fork() [all …]
|
D | xattr.c | 129 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_create_attributes_file() 283 err = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &cat_fd); in __hfsplus_setxattr() 336 if (!HFSPLUS_SB(inode->i_sb)->attr_tree) { in __hfsplus_setxattr() 462 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); in hfsplus_getxattr_finder_info() 517 if (!HFSPLUS_SB(inode->i_sb)->attr_tree) in __hfsplus_getxattr() 526 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->attr_tree, &fd); in __hfsplus_getxattr() 631 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); in hfsplus_listxattr_finder_info() 706 else if (!HFSPLUS_SB(inode->i_sb)->attr_tree) in hfsplus_listxattr() 709 err = hfs_find_init(HFSPLUS_SB(inode->i_sb)->attr_tree, &fd); in hfsplus_listxattr() 789 if (!HFSPLUS_SB(inode->i_sb)->attr_tree) in hfsplus_removexattr() [all …]
|
D | extents.c | 131 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() 408 res = hfs_find_init(HFSPLUS_SB(sb)->ext_tree, &fd); in hfsplus_free_fork() 431 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_file_extend() 562 blk_cnt = (inode->i_size + HFSPLUS_SB(sb)->alloc_blksz - 1) >> in hfsplus_file_truncate() 563 HFSPLUS_SB(sb)->alloc_blksz_shift; in hfsplus_file_truncate() 571 res = hfs_find_init(HFSPLUS_SB(sb)->ext_tree, &fd); in hfsplus_file_truncate()
|
D | super.c | 28 struct hfsplus_vh *vhdr = HFSPLUS_SB(inode->i_sb)->s_vhdr; in hfsplus_system_read_inode() 78 err = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); in hfsplus_iget() 100 struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); in hfsplus_system_write_inode() 176 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_sync_fs() 261 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_mark_mdb_dirty() 278 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_put_super() 309 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_statfs() 332 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb)->s_vhdr; in hfsplus_remount()
|
D | catalog.c | 107 struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); in hfsplus_cat_build_record() 224 struct hfsplus_sb_info *sbi = HFSPLUS_SB(dir->i_sb); in hfsplus_subfolders_inc() 237 struct hfsplus_sb_info *sbi = HFSPLUS_SB(dir->i_sb); in hfsplus_subfolders_dec() 263 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_create_cat() 331 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_delete_cat() 404 if (HFSPLUS_SB(sb)->attr_tree) in hfsplus_delete_cat() 427 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &src_fd); in hfsplus_rename_cat()
|
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 | 135 if (HFSPLUS_SB(sb)->session >= 0) { in hfsplus_get_last_session() 136 te.cdte_track = HFSPLUS_SB(sb)->session; in hfsplus_get_last_session() 159 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfsplus_read_wrapper()
|
D | btree.c | 204 if (test_bit(HFSPLUS_SB_HFSX, &HFSPLUS_SB(sb)->flags) && in hfs_btree_open() 209 set_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfs_btree_open() 366 HFSPLUS_SB(tree->sb)->alloc_blksz_shift; in hfs_bmap_alloc() 368 hip->alloc_blocks << HFSPLUS_SB(tree->sb)->fs_shift; in hfs_bmap_alloc()
|
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 | ioctl.c | 30 struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); in hfsplus_ioctl_bless()
|
D | options.c | 218 struct hfsplus_sb_info *sbi = HFSPLUS_SB(root->d_sb); in hfsplus_show_options()
|
D | hfsplus_fs.h | 202 static inline struct hfsplus_sb_info *HFSPLUS_SB(struct super_block *sb) in HFSPLUS_SB() function
|
D | bnode.c | 663 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfs_bnode_need_zeroout()
|