Searched refs:hfsplus_find_data (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/fs/hfsplus/ |
D | hfsplus_fs.h | 195 struct hfsplus_find_data { struct 223 void hfsplus_find_rec(hfsplus_bnode *, struct hfsplus_find_data *); argument 224 int hfsplus_btree_find(struct hfsplus_find_data *); 225 int hfsplus_btree_find_entry(struct hfsplus_find_data *, 227 int hfsplus_btree_move(struct hfsplus_find_data *, int); 228 int hfsplus_find_init(hfsplus_btree *, struct hfsplus_find_data *); 229 void hfsplus_find_exit(struct hfsplus_find_data *); 247 int hfsplus_bnode_insert_rec(struct hfsplus_find_data *, void *, int); 248 int hfsplus_bnode_remove_rec(struct hfsplus_find_data *); 265 int hfsplus_find_cat(struct super_block *, unsigned long, struct hfsplus_find_data *); [all …]
|
D | bfind.c | 15 void hfsplus_find_rec(hfsplus_bnode *bnode, struct hfsplus_find_data *fd) in hfsplus_find_rec() 55 int hfsplus_btree_find(struct hfsplus_find_data *fd) in hfsplus_btree_find() 112 int hfsplus_btree_find_entry(struct hfsplus_find_data *fd, in hfsplus_btree_find_entry() 126 int hfsplus_btree_move(struct hfsplus_find_data *fd, int cnt) in hfsplus_btree_move() 188 int hfsplus_find_init(hfsplus_btree *tree, struct hfsplus_find_data *fd) in hfsplus_find_init() 205 void hfsplus_find_exit(struct hfsplus_find_data *fd) in hfsplus_find_exit()
|
D | catalog.c | 115 struct hfsplus_find_data *fd) in hfsplus_find_cat() 144 struct hfsplus_find_data fd; in hfsplus_create_cat() 191 struct hfsplus_find_data fd; in hfsplus_delete_cat() 268 struct hfsplus_find_data src_fd, dst_fd; in hfsplus_rename_cat()
|
D | extents.c | 68 static int hfsplus_find_extentry(struct hfsplus_find_data *fd, in hfsplus_find_extentry() 91 struct hfsplus_find_data fd; in hfsplus_get_block() 266 struct hfsplus_find_data fd; in hfsplus_free_fork() 308 struct hfsplus_find_data fd; in hfsplus_extend_file() 443 struct hfsplus_find_data fd; in hfsplus_truncate()
|
D | inode.c | 141 struct hfsplus_find_data fd; in hfsplus_file_lookup() 356 int hfsplus_cat_read_inode(struct inode *inode, struct hfsplus_find_data *fd) in hfsplus_cat_read_inode() 422 struct hfsplus_find_data fd; in hfsplus_cat_write_inode()
|
D | bnode.c | 26 int hfsplus_update_idx_rec(struct hfsplus_find_data *fd); 374 hfsplus_bnode *hfsplus_bnode_split(struct hfsplus_find_data *fd) in hfsplus_bnode_split() 484 int hfsplus_bnode_insert_rec(struct hfsplus_find_data *fd, void *entry, int entry_len) in hfsplus_bnode_insert_rec() 582 int hfsplus_update_idx_rec(struct hfsplus_find_data *fd) in hfsplus_update_idx_rec() 673 int hfsplus_bnode_remove_rec(struct hfsplus_find_data *fd) in hfsplus_bnode_remove_rec()
|
D | dir.c | 28 struct hfsplus_find_data fd; in hfsplus_lookup() 107 struct hfsplus_find_data fd; in hfsplus_readdir()
|
D | super.c | 46 struct hfsplus_find_data fd; in hfsplus_read_inode() 282 struct hfsplus_find_data fd; in hfsplus_read_super()
|