Home
last modified time | relevance | path

Searched refs:hfs_bmap_reserve (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dattributes.c221 err = hfs_bmap_reserve(fd.tree, fd.tree->depth + 1); in hfsplus_create_attr()
326 err = hfs_bmap_reserve(fd.tree, fd.tree->depth); in hfsplus_delete_attr()
H A Dcatalog.c272 err = hfs_bmap_reserve(fd.tree, 2 * fd.tree->depth); in hfsplus_create_cat()
348 err = hfs_bmap_reserve(fd.tree, 2 * (int)fd.tree->depth - 2); in hfsplus_delete_cat()
456 err = hfs_bmap_reserve(src_fd.tree, 4 * (int)src_fd.tree->depth - 1); in hfsplus_rename_cat()
H A Dbtree.c346 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes) in hfs_bmap_reserve() function
384 res = hfs_bmap_reserve(tree, 1); in hfs_bmap_alloc()
H A Dhfsplus_fs.h314 #define hfs_bmap_reserve hfsplus_bmap_reserve macro
399 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes);
H A Dextents.c104 res = hfs_bmap_reserve(fd->tree, fd->tree->depth + 1); in __hfsplus_ext_write_extent()
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dbtree.c224 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes) in hfs_bmap_reserve() function
258 res = hfs_bmap_reserve(tree, 1); in hfs_bmap_alloc()
H A Dcatalog.c104 err = hfs_bmap_reserve(fd.tree, 2 * fd.tree->depth); in hfs_cat_create()
310 err = hfs_bmap_reserve(src_fd.tree, 2 * src_fd.tree->depth); in hfs_cat_move()
H A Dbtree.h92 extern int hfs_bmap_reserve(struct hfs_btree *, int);
H A Dextent.c121 res = hfs_bmap_reserve(fd->tree, fd->tree->depth + 1); in __hfs_ext_write_extent()