Home
last modified time | relevance | path

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

/Linux-v5.10/fs/coda/
Dcnode.c119 struct CodaFid *newfid) in coda_replace_fid() argument
122 unsigned long hash = coda_f2i(newfid); in coda_replace_fid()
129 cii->c_fid = *newfid; in coda_replace_fid()
Ddir.c141 struct CodaFid newfid; in coda_create() local
148 0, mode, &newfid, &attrs); in coda_create()
152 inode = coda_iget(dir->i_sb, &newfid, &attrs); in coda_create()
174 struct CodaFid newfid; in coda_mkdir() local
181 name, len, &newfid, &attrs); in coda_mkdir()
185 inode = coda_iget(dir->i_sb, &newfid, &attrs); in coda_mkdir()
Dcoda_psdev.h61 struct CodaFid *newfid, struct coda_vattr *attrs);
64 struct CodaFid *newfid, struct coda_vattr *attrs);
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()
858 struct CodaFid *fid = NULL, *newfid; in coda_downcall() local
954 newfid = &out->coda_replace.NewFid; in coda_downcall()
955 coda_replace_fid(inode, fid, newfid); in coda_downcall()