Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/backend/
H A Dfs.c92 struct fs_fid { struct
165 static struct fs_fid *open_fid(int, const char *, struct fs_authinfo *, bool);
169 static void fillacl(struct fs_fid *ff);
170 static struct l9p_acl *getacl(struct fs_fid *ff, int fd, const char *path);
171 static void dropacl(struct fs_fid *ff);
172 static struct l9p_acl *look_for_nfsv4_acl(struct fs_fid *ff, int fd,
442 struct fs_fid *dirf = dir->lo_aux; in fs_buildname()
465 struct fs_fid *ff; in fs_pdir()
523 struct fs_fid *dirf; in fs_nde()
557 static struct fs_fid *
[all …]