Searched refs:newfid (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/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 | 141 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()
|
D | coda_psdev.h | 61 struct CodaFid *newfid, struct coda_vattr *attrs); 64 struct CodaFid *newfid, struct coda_vattr *attrs);
|
D | upcall.c | 203 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/ |
D | fsclient.c | 614 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()
|
D | yfsclient.c | 674 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()
|