Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hfsplus/
Dhfsplus_fs.h292 #define hfs_brec_read hfsplus_brec_read macro
354 int hfs_brec_read(struct hfs_find_data *, void *, int);
Dbfind.c148 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read() function
Dcatalog.c183 err = hfs_brec_read(fd, &tmp, sizeof(hfsplus_cat_entry)); in hfsplus_find_cat()
Ddir.c44 err = hfs_brec_read(&fd, &entry, sizeof(entry)); in hfsplus_lookup()
Dsuper.c452 if (!hfs_brec_read(&fd, &entry, sizeof(entry))) { in hfsplus_fill_super()
/linux-2.6.39/fs/hfs/
Dbtree.h120 extern int hfs_brec_read(struct hfs_find_data *, void *, int);
Dbfind.c146 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read() function
Ddir.c30 res = hfs_brec_read(&fd, &rec, sizeof(rec)); in hfs_lookup()
Dcatalog.c181 res = hfs_brec_read(fd, &rec, sizeof(rec)); in hfs_cat_find_brec()
Dinode.c512 res = hfs_brec_read(&fd, &rec, sizeof(rec)); in hfs_file_lookup()