Searched refs:hfs_brec_read (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/fs/hfs/ |
H A D | bfind.c | 148 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) hfs_brec_read() function
|
H A D | btree.h | 120 extern int hfs_brec_read(struct hfs_find_data *, void *, int);
|
H A D | dir.c | 32 res = hfs_brec_read(&fd, &rec, sizeof(rec)); hfs_lookup()
|
H A D | catalog.c | 186 res = hfs_brec_read(fd, &rec, sizeof(rec)); hfs_cat_find_brec()
|
H A D | inode.c | 528 res = hfs_brec_read(&fd, &rec, sizeof(rec)); hfs_file_lookup()
|
/linux-4.4.14/fs/hfsplus/ |
H A D | hfsplus_fs.h | 341 #define hfs_brec_read hfsplus_brec_read macro 438 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len);
|
H A D | bfind.c | 217 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) hfs_brec_read() function
|
H A D | catalog.c | 201 err = hfs_brec_read(fd, &tmp, sizeof(hfsplus_cat_entry)); hfsplus_find_cat()
|
H A D | dir.c | 52 err = hfs_brec_read(&fd, &entry, sizeof(entry)); hfsplus_lookup()
|
H A D | super.c | 522 if (!hfs_brec_read(&fd, &entry, sizeof(entry))) { hfsplus_fill_super()
|
Completed in 113 milliseconds