Home
last modified time | relevance | path

Searched refs:hfs_brec_read (Results 1 – 7 of 7) sorted by relevance

/linux/fs/hfsplus/
H A Dbfind.c213 int hfs_brec_read(struct hfs_find_data *fd, void *rec, u32 rec_len) in hfs_brec_read() function
306 res = hfs_brec_read(fd, entry, sizeof(hfsplus_cat_entry)); in hfsplus_brec_read_cat()
H A Dhfsplus_fs.h321 #define hfs_brec_read hfsplus_brec_read macro
411 int hfs_brec_read(struct hfs_find_data *fd, void *rec, u32 rec_len);
/linux/fs/hfs/
H A Dbtree.h130 extern int hfs_brec_read(struct hfs_find_data *fd, void *rec, u32 rec_len);
H A Dbfind.c170 int hfs_brec_read(struct hfs_find_data *fd, void *rec, u32 rec_len) in hfs_brec_read() function
H A Ddir.c32 res = hfs_brec_read(&fd, &rec, sizeof(rec)); in hfs_lookup()
H A Dcatalog.c194 res = hfs_brec_read(fd, &rec, sizeof(rec)); in hfs_cat_find_brec()
H A Dinode.c569 res = hfs_brec_read(&fd, &rec, sizeof(rec)); in hfs_file_lookup()