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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/coda/
H A Dcnode.c111 struct CodaFid *newfid)
114 unsigned long hash = coda_f2i(newfid);
122 cii->c_fid = *newfid;
110 coda_replace_fid(struct inode *inode, struct CodaFid *oldfid, struct CodaFid *newfid) argument
H A Ddir.c207 struct CodaFid newfid; local
218 0, mode, &newfid, &attrs);
226 inode = coda_iget(dir->i_sb, &newfid, &attrs);
247 struct CodaFid newfid; local
258 name, len, &newfid, &attrs);
266 inode = coda_iget(dir->i_sb, &newfid, &attrs);
H A Dupcall.c203 struct CodaFid *newfid, struct coda_vattr *attrs)
224 *newfid = outp->coda_mkdir.VFid;
271 struct CodaFid *newfid, struct coda_vattr *attrs)
295 *newfid = outp->coda_create.VFid;
802 struct CodaFid *fid, *newfid; local
851 newfid = &out->coda_replace.NewFid;
854 coda_replace_fid(inode, fid, newfid);
201 venus_mkdir(struct super_block *sb, struct CodaFid *dirfid, const char *name, int length, struct CodaFid *newfid, struct coda_vattr *attrs) argument
269 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) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcoda_psdev.h45 struct CodaFid *newfid, struct coda_vattr *attrs);
48 struct CodaFid *newfid, struct coda_vattr *attrs) ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dvnode.c415 const char *name, umode_t mode, struct afs_fid *newfid,
443 ret = afs_fs_create(server, key, vnode, name, mode, newfid,
597 struct afs_fid *newfid,
626 newfid, newstatus, &afs_sync_call);
414 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) argument
595 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) argument
H A Dfsclient.c658 struct afs_fid *newfid,
680 call->reply2 = newfid;
927 struct afs_fid *newfid,
952 call->reply2 = newfid;
653 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) argument
922 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) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/9p/
H A D9p.h534 u32 newfid; member in struct:p9_twalk

Completed in 80 milliseconds