Home
last modified time | relevance | path

Searched defs:hfs (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/stand/lib/
H A Dhammer1.c89 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()
[all …]
H A Dhammer2.c213 h2read(struct hammer2_fs *hfs, void *buf, size_t nbytes, off_t off) in h2read()
274 h2lookup(struct hammer2_fs *hfs, hammer2_blockref_t *base, in h2lookup()
434 h2resolve(struct hammer2_fs *hfs, const char *path, in h2resolve()
549 h2readfile(struct hammer2_fs *hfs, hammer2_blockref_t *bref, in h2readfile()
633 h2init(struct hammer2_fs *hfs) in h2init()
716 static struct hammer2_fs hfs; variable
767 struct hammer2_fs hfs; member
/dflybsd-src/sbin/gpt/
H A Dgpt.c296 uuid_t hfs = GPT_ENT_TYPE_APPLE_HFS; in parse_uuid() local