Home
last modified time | relevance | path

Searched defs:oldfid (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/fs/p9fs/
H A Dp9_client.c710 p9_client_walk(struct p9_fid * oldfid,uint16_t nwnames,char ** wnames,int clone,int * error) p9_client_walk() argument
1107 p9_client_renameat(struct p9_fid * oldfid,char * oldname,struct p9_fid * newfid,char * newname) p9_client_renameat() argument
1170 p9_create_hardlink(struct p9_fid * dfid,struct p9_fid * oldfid,char * name) p9_create_hardlink() argument
[all...]
H A Dp9fs_subr.c339 struct p9_fid *fid, *oldfid; in p9fs_get_fid() local