Searched refs:new_fid (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dfid.c152 struct v9fs_fid *base_fid, *new_fid = ERR_PTR(-EBADF); local
165 new_fid = ERR_PTR(-ENOSPC);
173 new_fid = ERR_PTR(err);
176 new_fid = v9fs_fid_create(v9ses, fid);
177 if (new_fid == NULL) {
179 new_fid = ERR_PTR(-ENOMEM);
187 return new_fid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcoda_psdev.h60 int venus_rename(struct super_block *, struct CodaFid *new_fid,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Dupcall.c296 struct CodaFid *new_fid, size_t old_length,
311 inp->coda_rename.destFid = *new_fid;
295 venus_rename(struct super_block *sb, struct CodaFid *old_fid, struct CodaFid *new_fid, size_t old_length, size_t new_length, const char *old_name, const char *new_name) argument

Completed in 62 milliseconds