Searched refs:hfs_extent (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/hfs/ |
A D | extent.c | 74 static u16 hfs_ext_find_block(struct hfs_extent *ext, u16 off) in hfs_ext_find_block() 89 static int hfs_ext_block_count(struct hfs_extent *ext) in hfs_ext_block_count() 99 static u16 hfs_ext_lastblock(struct hfs_extent *ext) in hfs_ext_lastblock() 150 static inline int __hfs_ext_read_extent(struct hfs_find_data *fd, struct hfs_extent *extent, in __hfs_ext_read_extent() 208 static void hfs_dump_extent(struct hfs_extent *extent) in hfs_dump_extent() 220 static int hfs_add_extent(struct hfs_extent *extent, u16 offset, in hfs_add_extent() 248 static int hfs_free_extents(struct super_block *sb, struct hfs_extent *extent, in hfs_free_extents() 292 struct hfs_extent *extent; in hfs_free_fork()
|
A D | hfs.h | 175 struct hfs_extent { struct 179 typedef struct hfs_extent hfs_extent_rec[3]; argument
|
A D | hfs_fs.h | 207 extern void hfs_inode_write_fork(struct inode *, struct hfs_extent *, __be32 *, __be32 *); 211 extern void hfs_inode_read_fork(struct inode *inode, struct hfs_extent *ext,
|
A D | inode.c | 270 void hfs_inode_read_fork(struct inode *inode, struct hfs_extent *ext, in hfs_inode_read_fork() 411 void hfs_inode_write_fork(struct inode *inode, struct hfs_extent *ext, in hfs_inode_write_fork()
|
Completed in 9 milliseconds