Searched refs:hfs_brec_read (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/fs/hfs/
H A Dbfind.c148 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) hfs_brec_read() function
H A Dbtree.h120 extern int hfs_brec_read(struct hfs_find_data *, void *, int);
H A Ddir.c32 res = hfs_brec_read(&fd, &rec, sizeof(rec)); hfs_lookup()
H A Dcatalog.c186 res = hfs_brec_read(fd, &rec, sizeof(rec)); hfs_cat_find_brec()
H A Dinode.c528 res = hfs_brec_read(&fd, &rec, sizeof(rec)); hfs_file_lookup()
/linux-4.4.14/fs/hfsplus/
H A Dhfsplus_fs.h341 #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 Dbfind.c217 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) hfs_brec_read() function
H A Dcatalog.c201 err = hfs_brec_read(fd, &tmp, sizeof(hfsplus_cat_entry)); hfsplus_find_cat()
H A Ddir.c52 err = hfs_brec_read(&fd, &entry, sizeof(entry)); hfsplus_lookup()
H A Dsuper.c522 if (!hfs_brec_read(&fd, &entry, sizeof(entry))) { hfsplus_fill_super()

Completed in 113 milliseconds