Lines Matching defs:fork
36 const struct hfs_fork *fork, hfs_u16 block) in build_key()
181 static inline void set_cache(struct hfs_fork *fork, struct hfs_extent *ext) in set_cache()
201 static struct hfs_extent * find_ext(struct hfs_fork *fork, int alloc_block) in find_ext()
307 static void delete_extent(struct hfs_fork *fork, struct hfs_extent *ext) in delete_extent()
372 static struct hfs_extent *new_extent(struct hfs_fork *fork, in new_extent()
424 static void update_ext(struct hfs_fork *fork, struct hfs_extent *ext) in update_ext()
469 static void shrink_fork(struct hfs_fork *fork, int ablocks) in shrink_fork()
526 static int grow_fork(struct hfs_fork *fork, int ablocks) in grow_fork()
681 void hfs_extent_adj(struct hfs_fork *fork) in hfs_extent_adj()
713 int hfs_extent_map(struct hfs_fork *fork, int block, int create) in hfs_extent_map()
767 void hfs_extent_out(const struct hfs_fork *fork, hfs_byte_t dummy[12]) in hfs_extent_out()
782 void hfs_extent_in(struct hfs_fork *fork, const hfs_byte_t dummy[12]) in hfs_extent_in()
800 void hfs_extent_free(struct hfs_fork *fork) in hfs_extent_free()