Searched refs:hfs_brec_read (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/fs/hfs/ |
| D | btree.h | 122 extern int hfs_brec_read(struct hfs_find_data *, void *, int);
|
| D | bfind.c | 149 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read() function
|
| D | dir.c | 32 res = hfs_brec_read(&fd, &rec, sizeof(rec)); in hfs_lookup()
|
| D | catalog.c | 194 res = hfs_brec_read(fd, &rec, sizeof(rec)); in hfs_cat_find_brec()
|
| D | inode.c | 531 res = hfs_brec_read(&fd, &rec, sizeof(rec)); in hfs_file_lookup()
|
| /Linux-v5.4/fs/hfsplus/ |
| D | hfsplus_fs.h | 343 #define hfs_brec_read hfsplus_brec_read macro 441 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len);
|
| D | bfind.c | 218 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read() function
|
| D | catalog.c | 202 err = hfs_brec_read(fd, &tmp, sizeof(hfsplus_cat_entry)); in hfsplus_find_cat()
|
| D | dir.c | 52 err = hfs_brec_read(&fd, &entry, sizeof(entry)); in hfsplus_lookup()
|
| D | super.c | 526 if (!hfs_brec_read(&fd, &entry, sizeof(entry))) { in hfsplus_fill_super()
|