Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c202 static struct fs_fid *open_fid(int, const char *, struct fs_authinfo *, bool);
603 open_fid(int dirfd, const char *path, struct fs_authinfo *ai, bool creating) in open_fid() function
1035 file = open_fid(sc->fs_rootfd, ".", ai, true); in fs_attach()
2040 newfile = open_fid(file->ff_dirfd, succ, ai, false); in fs_walk()