Home
last modified time | relevance | path

Searched refs:attr_tree (Results 1 – 4 of 4) sorted by relevance

/linux/fs/hfsplus/
H A Dattributes.c144 if (!HFSPLUS_SB(sb)->attr_tree) { in hfsplus_find_attr()
175 if (!HFSPLUS_SB(sb)->attr_tree) in hfsplus_attr_exists()
178 err = hfs_find_init(HFSPLUS_SB(sb)->attr_tree, &fd); in hfsplus_attr_exists()
207 if (!HFSPLUS_SB(sb)->attr_tree) { in hfsplus_create_attr()
216 err = hfs_find_init(HFSPLUS_SB(sb)->attr_tree, &fd); in hfsplus_create_attr()
316 if (!HFSPLUS_SB(sb)->attr_tree) { in hfsplus_delete_attr()
321 err = hfs_find_init(HFSPLUS_SB(sb)->attr_tree, &fd); in hfsplus_delete_attr()
361 if (!HFSPLUS_SB(dir->i_sb)->attr_tree) { in hfsplus_delete_all_attrs()
366 err = hfs_find_init(HFSPLUS_SB(dir->i_sb)->attr_tree, &fd); in hfsplus_delete_all_attrs()
H A Dsuper.c125 tree = sbi->attr_tree; in hfsplus_system_write_inode()
201 if (sbi->attr_tree) { in hfsplus_sync_fs()
203 filemap_write_and_wait(sbi->attr_tree->inode->i_mapping); in hfsplus_sync_fs()
307 hfs_btree_close(sbi->attr_tree); in hfsplus_put_super()
484 sbi->attr_tree = hfs_btree_open(sb, HFSPLUS_ATTR_CNID); in hfsplus_fill_super()
485 if (!sbi->attr_tree) { in hfsplus_fill_super()
600 hfs_btree_close(sbi->attr_tree); in hfsplus_fill_super()
H A Dinode.c80 tree = HFSPLUS_SB(sb)->attr_tree; in hfsplus_release_folio()
334 if (sbi->attr_tree) { in hfsplus_file_fsync()
337 sbi->attr_tree->inode->i_mapping); in hfsplus_file_fsync()
H A Dhfsplus_fs.h152 struct hfs_btree *attr_tree; member