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

/linux-4.4.14/include/linux/
H A Dcoda_psdev.h42 struct CodaFid *newfid, struct coda_vattr *attrs);
45 struct CodaFid *newfid, struct coda_vattr *attrs) ;
/linux-4.4.14/fs/coda/
H A Dcnode.c118 struct CodaFid *newfid) coda_replace_fid()
121 unsigned long hash = coda_f2i(newfid); coda_replace_fid()
128 cii->c_fid = *newfid; coda_replace_fid()
117 coda_replace_fid(struct inode *inode, struct CodaFid *oldfid, struct CodaFid *newfid) coda_replace_fid() argument
H A Ddir.c140 struct CodaFid newfid; coda_create() local
147 0, mode, &newfid, &attrs); coda_create()
151 inode = coda_iget(dir->i_sb, &newfid, &attrs); coda_create()
173 struct CodaFid newfid; coda_mkdir() local
180 name, len, &newfid, &attrs); coda_mkdir()
184 inode = coda_iget(dir->i_sb, &newfid, &attrs); coda_mkdir()
H A Dupcall.c202 struct CodaFid *newfid, struct coda_vattr *attrs) venus_mkdir()
223 *newfid = outp->coda_mkdir.VFid; venus_mkdir()
270 struct CodaFid *newfid, struct coda_vattr *attrs) venus_create()
294 *newfid = outp->coda_create.VFid; venus_create()
810 struct CodaFid *fid = NULL, *newfid; coda_downcall() local
875 newfid = &out->coda_replace.NewFid; coda_downcall()
876 coda_replace_fid(inode, fid, newfid); coda_downcall()
200 venus_mkdir(struct super_block *sb, struct CodaFid *dirfid, const char *name, int length, struct CodaFid *newfid, struct coda_vattr *attrs) venus_mkdir() argument
268 venus_create(struct super_block *sb, struct CodaFid *dirfid, const char *name, int length, int excl, int mode, struct CodaFid *newfid, struct coda_vattr *attrs) venus_create() argument
/linux-4.4.14/fs/afs/
H A Dvnode.c451 const char *name, umode_t mode, struct afs_fid *newfid, afs_vnode_create()
479 ret = afs_fs_create(server, key, vnode, name, mode, newfid, afs_vnode_create()
633 struct afs_fid *newfid, afs_vnode_symlink()
662 newfid, newstatus, &afs_sync_call); afs_vnode_symlink()
450 afs_vnode_create(struct afs_vnode *vnode, struct key *key, const char *name, umode_t mode, struct afs_fid *newfid, struct afs_file_status *newstatus, struct afs_callback *newcb, struct afs_server **_server) afs_vnode_create() argument
631 afs_vnode_symlink(struct afs_vnode *vnode, struct key *key, const char *name, const char *content, struct afs_fid *newfid, struct afs_file_status *newstatus, struct afs_server **_server) afs_vnode_symlink() argument
H A Dfsclient.c665 struct afs_fid *newfid, afs_fs_create()
687 call->reply2 = newfid; afs_fs_create()
934 struct afs_fid *newfid, afs_fs_symlink()
959 call->reply2 = newfid; afs_fs_symlink()
660 afs_fs_create(struct afs_server *server, struct key *key, struct afs_vnode *vnode, const char *name, umode_t mode, struct afs_fid *newfid, struct afs_file_status *newstatus, struct afs_callback *newcb, const struct afs_wait_mode *wait_mode) afs_fs_create() argument
929 afs_fs_symlink(struct afs_server *server, struct key *key, struct afs_vnode *vnode, const char *name, const char *contents, struct afs_fid *newfid, struct afs_file_status *newstatus, const struct afs_wait_mode *wait_mode) afs_fs_symlink() argument

Completed in 227 milliseconds