Home
last modified time | relevance | path

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

/linux/fs/coda/
A Dcnode.c124 struct CodaFid *newfid) in coda_replace_fid() argument
127 unsigned long hash = coda_f2i(newfid); in coda_replace_fid()
134 cii->c_fid = *newfid; in coda_replace_fid()
A Ddir.c143 struct CodaFid newfid; in coda_create() local
150 0, mode, &newfid, &attrs); in coda_create()
154 inode = coda_iget(dir->i_sb, &newfid, &attrs); in coda_create()
177 struct CodaFid newfid; in coda_mkdir() local
184 name, len, &newfid, &attrs); in coda_mkdir()
188 inode = coda_iget(dir->i_sb, &newfid, &attrs); in coda_mkdir()
A Dcoda_psdev.h61 struct CodaFid *newfid, struct coda_vattr *attrs);
64 struct CodaFid *newfid, struct coda_vattr *attrs);
A Dupcall.c203 struct CodaFid *newfid, struct coda_vattr *attrs) in venus_mkdir() argument
224 *newfid = outp->coda_mkdir.VFid; in venus_mkdir()
271 struct CodaFid *newfid, struct coda_vattr *attrs) in venus_create() argument
295 *newfid = outp->coda_create.VFid; in venus_create()
859 struct CodaFid *fid = NULL, *newfid; in coda_downcall() local
955 newfid = &out->coda_replace.NewFid; in coda_downcall()
956 coda_replace_fid(inode, fid, newfid); in coda_downcall()

Completed in 7 milliseconds