Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hfs/
H A Dbtree.h129 extern int hfs_brec_read(struct hfs_find_data *, void *, int);
H A Dbfind.c163 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int 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.c537 res = hfs_brec_read(&fd, &rec, sizeof(rec)); in hfs_file_lookup()
/kernel/linux/linux-6.6/fs/hfs/
H A Dbtree.h129 extern int hfs_brec_read(struct hfs_find_data *, void *, int);
H A Dbfind.c161 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int 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.c541 res = hfs_brec_read(&fd, &rec, sizeof(rec)); in hfs_file_lookup()
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dhfsplus_fs.h345 #define hfs_brec_read hfsplus_brec_read macro
443 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len);
H A Dbfind.c218 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read() function
H A Ddir.c52 err = hfs_brec_read(&fd, &entry, sizeof(entry)); in hfsplus_lookup()
H A Dcatalog.c202 err = hfs_brec_read(fd, &tmp, sizeof(hfsplus_cat_entry)); in hfsplus_find_cat()
H A Dsuper.c525 if (!hfs_brec_read(&fd, &entry, sizeof(entry))) { in hfsplus_fill_super()
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dhfsplus_fs.h345 #define hfs_brec_read hfsplus_brec_read macro
432 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len);
H A Dbfind.c218 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read() function
H A Dsuper.c525 if (!hfs_brec_read(&fd, &entry, sizeof(entry))) { in hfsplus_fill_super()
H A Ddir.c52 err = hfs_brec_read(&fd, &entry, sizeof(entry)); in hfsplus_lookup()
H A Dcatalog.c202 err = hfs_brec_read(fd, &tmp, sizeof(hfsplus_cat_entry)); in hfsplus_find_cat()

Completed in 14 milliseconds