Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/fs/afs/
Dfsclient.c614 struct afs_fid *newfid, in afs_fs_create() argument
626 newfid, new_scb); in afs_fs_create()
629 newfid, new_scb); in afs_fs_create()
646 call->out_fid = newfid; in afs_fs_create()
907 struct afs_fid *newfid, in afs_fs_symlink() argument
918 newfid, new_scb); in afs_fs_symlink()
937 call->out_fid = newfid; in afs_fs_symlink()
Dyfsclient.c674 struct afs_fid *newfid, in yfs_fs_create_file() argument
704 call->out_fid = newfid; in yfs_fs_create_file()
738 struct afs_fid *newfid, in yfs_fs_make_dir() argument
767 call->out_fid = newfid; in yfs_fs_make_dir()
1090 struct afs_fid *newfid, in yfs_fs_symlink() argument
1119 call->out_fid = newfid; in yfs_fs_symlink()