Searched refs:hfs_brec_read (Results 1 – 9 of 9) sorted by relevance
/linux/fs/hfs/ |
H A D | btree.h | 129 extern int hfs_brec_read(struct hfs_find_data *, void *, int);
|
H A D | bfind.c | 161 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read() function
|
H A D | dir.c | 32 res = hfs_brec_read(&fd, &rec, sizeof(rec)); in hfs_lookup()
|
H A D | catalog.c | 194 res = hfs_brec_read(fd, &rec, sizeof(rec)); in hfs_cat_find_brec()
|
H A D | inode.c | 539 res = hfs_brec_read(&fd, &rec, sizeof(rec)); in hfs_file_lookup()
|
/linux/fs/hfsplus/ |
H A D | hfsplus_fs.h | 348 #define hfs_brec_read hfsplus_brec_read macro 435 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len);
|
H A D | bfind.c | 207 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read() function
|
H A D | catalog.c | 202 err = hfs_brec_read(fd, &tmp, sizeof(hfsplus_cat_entry)); in hfsplus_find_cat()
|
H A D | dir.c | 52 err = hfs_brec_read(&fd, &entry, sizeof(entry)); in hfsplus_lookup()
|