Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfs/
Dextent.c74 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()
Dhfs.h175 struct hfs_extent { struct
179 typedef struct hfs_extent hfs_extent_rec[3]; argument
Dhfs_fs.h205 extern void hfs_inode_write_fork(struct inode *, struct hfs_extent *, __be32 *, __be32 *);
208 extern void hfs_inode_read_fork(struct inode *inode, struct hfs_extent *ext,
Dinode.c265 void hfs_inode_read_fork(struct inode *inode, struct hfs_extent *ext, in hfs_inode_read_fork()
406 void hfs_inode_write_fork(struct inode *inode, struct hfs_extent *ext, in hfs_inode_write_fork()