Searched refs:newfid (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/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 | 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() 810 struct CodaFid *fid = NULL, *newfid; in coda_downcall() local 875 newfid = &out->coda_replace.NewFid; in coda_downcall() 876 coda_replace_fid(inode, fid, newfid); in coda_downcall()
|
/Linux-v4.19/include/linux/ |
D | coda_psdev.h | 42 struct CodaFid *newfid, struct coda_vattr *attrs); 45 struct CodaFid *newfid, struct coda_vattr *attrs) ;
|
/Linux-v4.19/fs/afs/ |
D | dir.c | 1064 struct afs_fid *newfid, in afs_vnode_new_inode() argument 1077 newfid, newstatus, newcb, fc->cbi); in afs_vnode_new_inode() 1100 struct afs_fid newfid; in afs_mkdir() local 1121 &newfid, &newstatus, &newcb); in afs_mkdir() 1126 afs_vnode_new_inode(&fc, dentry, &newfid, &newstatus, &newcb); in afs_mkdir() 1136 afs_edit_dir_add(dvnode, &dentry->d_name, &newfid, in afs_mkdir() 1326 struct afs_fid newfid; in afs_create() local 1351 &newfid, &newstatus, &newcb); in afs_create() 1356 afs_vnode_new_inode(&fc, dentry, &newfid, &newstatus, &newcb); in afs_create() 1365 afs_edit_dir_add(dvnode, &dentry->d_name, &newfid, in afs_create() [all …]
|
D | fsclient.c | 771 struct afs_fid *newfid, in afs_fs_create() argument 795 call->reply[1] = newfid; in afs_fs_create() 1046 struct afs_fid *newfid, in afs_fs_symlink() argument 1072 call->reply[1] = newfid; in afs_fs_symlink()
|