Searched refs:newfid (Results 1 – 5 of 5) sorted by relevance
/fs/coda/ |
D | cnode.c | 119 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()
|
D | dir.c | 140 struct CodaFid newfid; in coda_create() local 147 0, mode, &newfid, &attrs); in coda_create() 151 inode = coda_iget(dir->i_sb, &newfid, &attrs); in coda_create() 173 struct CodaFid newfid; in coda_mkdir() local 180 name, len, &newfid, &attrs); in coda_mkdir() 184 inode = coda_iget(dir->i_sb, &newfid, &attrs); in coda_mkdir()
|
D | upcall.c | 202 struct CodaFid *newfid, struct coda_vattr *attrs) in venus_mkdir() argument 223 *newfid = outp->coda_mkdir.VFid; in venus_mkdir() 270 struct CodaFid *newfid, struct coda_vattr *attrs) in venus_create() argument 294 *newfid = outp->coda_create.VFid; in venus_create() 809 struct CodaFid *fid = NULL, *newfid; in coda_downcall() local 874 newfid = &out->coda_replace.NewFid; in coda_downcall() 875 coda_replace_fid(inode, fid, newfid); in coda_downcall()
|
/fs/afs/ |
D | vnode.c | 451 const char *name, umode_t mode, struct afs_fid *newfid, in afs_vnode_create() argument 479 ret = afs_fs_create(server, key, vnode, name, mode, newfid, in afs_vnode_create() 633 struct afs_fid *newfid, in afs_vnode_symlink() argument 662 newfid, newstatus, &afs_sync_call); in afs_vnode_symlink()
|
D | fsclient.c | 638 struct afs_fid *newfid, in afs_fs_create() argument 660 call->reply2 = newfid; in afs_fs_create() 898 struct afs_fid *newfid, in afs_fs_symlink() argument 923 call->reply2 = newfid; in afs_fs_symlink()
|