Searched refs:fcall (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/9p/
H A Dvfs_file.c57 struct v9fs_fcall *fcall = NULL; local
68 err = v9fs_t_open(v9ses, vfid->fid, omode, &fcall);
70 PRINT_FCALL_ERROR("open failed", fcall);
77 vfid->iounit = fcall->params.ropen.iounit;
81 kfree(fcall);
94 kfree(fcall);
134 struct v9fs_fcall *fcall = NULL; local
151 result = v9fs_t_read(v9ses, fid, *offset, rsize, &fcall);
157 kfree(fcall);
162 n = copy_to_user(data, fcall
198 struct v9fs_fcall *fcall; local
[all...]
H A Dvfs_addr.c61 struct v9fs_fcall *fcall = NULL; local
73 result = v9fs_t_read(v9ses, fid, offset, rsize, &fcall);
79 kfree(fcall);
84 memcpy(buffer, fcall->params.rread.data, result);
90 kfree(fcall);
H A Dvfs_inode.c261 struct v9fs_fcall *fcall; local
269 err = v9fs_t_walk(v9ses, pfid, fid, NULL, &fcall);
271 PRINT_FCALL_ERROR("clone error", fcall);
272 if (fcall && fcall->id == RWALK)
277 kfree(fcall);
279 err = v9fs_t_create(v9ses, fid, name, perm, mode, extension, &fcall);
281 PRINT_FCALL_ERROR("create fails", fcall);
286 *iounit = fcall->params.rcreate.iounit;
289 *qid = fcall
315 struct v9fs_fcall *fcall; local
365 struct v9fs_fcall *fcall; local
404 struct v9fs_fcall *fcall = NULL; local
625 struct v9fs_fcall *fcall = NULL; local
767 struct v9fs_fcall *fcall = NULL; local
843 struct v9fs_fcall *fcall = NULL; local
878 struct v9fs_fcall *fcall = NULL; local
1015 struct v9fs_fcall *fcall = NULL; local
[all...]
H A Dvfs_dir.c72 struct v9fs_fcall *fcall = NULL; local
128 v9ses->maxdata-V9FS_IOHDRSZ, &fcall);
131 ret, fcall);
139 s = v9fs_deserialize_stat(fcall->params.rread.data + i,
153 file->rdir_fcall = fcall;
156 fcall = NULL;
164 kfree(fcall);
168 kfree(fcall);
H A DMakefile6 fcall.o \
H A Dvfs_super.c110 struct v9fs_fcall *fcall = NULL; local
158 stat_result = v9fs_t_stat(v9ses, newfid, &fcall);
172 kfree(fcall);
176 root_fid->qid = fcall->params.rstat.stat.qid;
178 v9fs_qid2ino(&fcall->params.rstat.stat.qid);
179 v9fs_stat2inode(&fcall->params.rstat.stat, root->d_inode, sb);
182 kfree(fcall);
H A Dv9fs.c259 struct v9fs_fcall *fcall = NULL; local
337 &fcall);
340 &fcall);
347 version = &fcall->params.rversion.version;
359 n = fcall->params.rversion.msize;
360 kfree(fcall);
400 kfree(fcall);
H A D9p.h298 * fcall is the primary packet structure
339 #define PRINT_FCALL_ERROR(s, fcall) dprintk(DEBUG_ERROR, "%s: %.*s\n", s, \
340 fcall?fcall->params.rerror.error.len:0, \
341 fcall?fcall->params.rerror.error.str:"");
H A Dfid.c153 struct v9fs_fcall *fcall = NULL; local
169 err = v9fs_t_walk(v9ses, base_fid->fid, fid, NULL, &fcall);
182 kfree(fcall);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/
H A DMakefile18 #CFLAGS := $(CFLAGS) -g -pipe -fcall-used-g5 -fcall-used-g7
19 CFLAGS := $(CFLAGS) -m32 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/
H A DMakefile43 -ffixed-g4 -ffixed-g5 -fcall-used-g7 -Wno-sign-compare
46 -ffixed-g4 -ffixed-g5 -fcall-used-g7 -Wno-sign-compare \

Completed in 95 milliseconds