Lines Matching defs:hfs
89 struct hfs { struct
104 hread(struct hfs *hfs, hammer_off_t off) in hread()
153 struct hfs { struct
161 hread(struct hfs *hfs, hammer_off_t off) in hread()
416 hfind(struct hfs *hfs, hammer_base_elm_t key, hammer_base_elm_t end) in hfind()
540 hdirlocalization(struct hfs *hfs, ino_t ino) in hdirlocalization()
575 hreaddir(struct hfs *hfs, ino_t ino, int64_t *off, struct dirent *de) in hreaddir()
616 hresolve(struct hfs *hfs, ino_t dirino, const char *name) in hresolve()
663 hlookup(struct hfs *hfs, const char *path) in hlookup()
699 hstat(struct hfs *hfs, ino_t ino, struct stat* st) in hstat()
734 hreadf(struct hfs *hfs, ino_t ino, int64_t off, int64_t len, char *buf) in hreadf()
802 struct hfs hfs; variable
851 hinit(struct hfs *hfs) in hinit()
897 hclose(struct hfs *hfs) in hclose()
913 struct hfs hfs; member
1065 struct hfs hfs; in main() local