Searched refs:hfs_do_read (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/hfs/ |
D | file.c | 168 if ((read = hfs_do_read(inode, HFS_I(inode)->fork, pos, in hfs_file_read() 292 hfs_s32 hfs_do_read(struct inode *inode, struct hfs_fork * fork, hfs_u32 pos, in hfs_do_read() function
|
D | file_hdr.c | 594 left = hfs_do_read(inode, fork, offset, buf, left, in hdr_read()
|
D | ChangeLog | 844 Optimize hfs_do_read() based on the fact that HFS has no holes in files.
|
/linux-2.4.37.9/include/linux/ |
D | hfs_fs.h | 269 extern hfs_s32 hfs_do_read(struct inode *, struct hfs_fork *, hfs_u32,
|