Searched refs:open_fid (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/lib9p/backend/ |
H A D | fs.c | 165 static struct fs_fid *open_fid(int, const char *, struct fs_authinfo *, bool); 558 open_fid(int dirfd, const char *path, struct fs_authinfo *ai, bool creating) in open_fid() function 955 file = open_fid(sc->fs_rootfd, ".", ai, true); in fs_attach() 1950 newfile = open_fid(file->ff_dirfd, succ, ai, false); in fs_walk()
|