Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9fs_subr.c210 p9fs_fid_remove(struct p9fs_node *np, struct p9_fid *fid, int fid_type) in p9fs_fid_remove() argument
213 switch (fid_type) { in p9fs_fid_remove()
229 p9fs_fid_add(struct p9fs_node *np, struct p9_fid *fid, int fid_type) in p9fs_fid_add() argument
232 switch (fid_type) { in p9fs_fid_add()
296 p9fs_get_fid_from_uid(struct p9fs_node *np, uid_t uid, int fid_type, int mode) in p9fs_get_fid_from_uid() argument
300 switch (fid_type) { in p9fs_get_fid_from_uid()
336 int fid_type, int mode, int *error) in p9fs_get_fid() argument
362 fid = p9fs_get_fid_from_uid(np, uid, fid_type, mode); in p9fs_get_fid()
363 if (fid != NULL || fid_type == VOFID) in p9fs_get_fid()
368 fid = p9fs_get_fid_from_uid(root, uid, fid_type, mode); in p9fs_get_fid()
[all …]
H A Dp9fs.h197 int fid_type);
199 int fid_type);
201 struct p9fs_node *np, struct ucred *cred, int fid_type, int mode, int *error);