Searched refs:fh (Results 176 - 200 of 320) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dclntlock.c149 const struct nfs_fh *fh = &lock->fh; local
172 if (nfs_compare_fh(NFS_FH(fl_blocked->fl_file->f_path.dentry->d_inode) ,fh) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dcallback_xdr.c95 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) argument
102 fh->size = ntohl(*p);
103 if (fh->size > NFS4_FHSIZE)
105 p = read_buf(xdr, fh->size);
108 memcpy(&fh->data[0], p, fh->size);
109 memset(&fh->data[fh->size], 0, sizeof(fh->data) - fh
[all...]
H A Dnfs2xdr.c184 nfs_xdr_fhandle(struct rpc_rqst *req, __be32 *p, struct nfs_fh *fh) argument
186 p = xdr_encode_fhandle(p, fh);
197 p = xdr_encode_fhandle(p, args->fh);
210 p = xdr_encode_fhandle(p, args->fh);
222 p = xdr_encode_fhandle(p, args->fh);
241 p = xdr_encode_fhandle(p, args->fh);
307 p = xdr_encode_fhandle(p, args->fh);
327 p = xdr_encode_fhandle(p, args->fh);
400 p = xdr_encode_fhandle(p, args->fh);
566 p = xdr_decode_fhandle(p, res->fh);
[all...]
H A Dfscache-index.c176 nsize = nfsi->fh.size;
177 memcpy(buffer, nfsi->fh.data, nsize);
328 .name = "NFS.fh",
H A Dinternal.h39 struct nfs_fh *fh; member in struct:nfs_clone_mount
107 struct nfs_fh *fh; member in struct:nfs_mount_request
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/imx/
H A Dimx-pcm-fiq.c86 static struct fiq_handler fh = { variable in typeref:struct:fiq_handler
281 ret = claim_fiq(&fh);
303 release_fiq(&fh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_output.c617 struct frag_hdr *fh; local
690 fh = (struct frag_hdr*)__skb_push(skb, sizeof(struct frag_hdr));
695 ipv6_select_ident(fh);
696 fh->nexthdr = nexthdr;
697 fh->reserved = 0;
698 fh->frag_off = htons(IP6_MF);
699 frag_id = fh->identification;
715 fh = (struct frag_hdr*)__skb_push(frag, sizeof(struct frag_hdr));
721 fh->nexthdr = nexthdr;
722 fh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dhexium_orion.c324 static int vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *i) argument
337 static int vidioc_g_input(struct file *file, void *fh, unsigned int *input) argument
339 struct saa7146_dev *dev = ((struct saa7146_fh *)fh)->dev;
348 static int vidioc_s_input(struct file *file, void *fh, unsigned int input) argument
350 struct saa7146_dev *dev = ((struct saa7146_fh *)fh)->dev;
H A Dw9966.c514 static int cam_enum_input(struct file *file, void *fh, struct v4l2_input *vin) argument
527 static int cam_g_input(struct file *file, void *fh, unsigned int *inp) argument
533 static int cam_s_input(struct file *file, void *fh, unsigned int inp) argument
621 static int cam_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
637 static int cam_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
658 static int cam_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
662 int ret = cam_try_fmt_vid_cap(file, fh, fmt);
676 static int cam_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *fmt) argument
H A Darv.c407 static int ar_enum_input(struct file *file, void *fh, struct v4l2_input *vin) argument
420 static int ar_g_input(struct file *file, void *fh, unsigned int *inp) argument
426 static int ar_s_input(struct file *file, void *fh, unsigned int inp) argument
431 static int ar_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
447 static int ar_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
469 static int ar_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
473 int ret = ar_try_fmt_vid_cap(file, fh, fmt);
499 static int ar_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *fmt) argument
H A Dbw-qcam.c647 static int qcam_enum_input(struct file *file, void *fh, struct v4l2_input *vin) argument
660 static int qcam_g_input(struct file *file, void *fh, unsigned int *inp) argument
666 static int qcam_s_input(struct file *file, void *fh, unsigned int inp) argument
737 static int qcam_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
753 static int qcam_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
778 static int qcam_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
782 int ret = qcam_try_fmt_vid_cap(file, fh, fmt);
808 static int qcam_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *fmt) argument
H A Dc-qcam.c521 static int qcam_enum_input(struct file *file, void *fh, struct v4l2_input *vin) argument
534 static int qcam_g_input(struct file *file, void *fh, unsigned int *inp) argument
540 static int qcam_s_input(struct file *file, void *fh, unsigned int inp) argument
612 static int qcam_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
628 static int qcam_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
651 static int qcam_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) argument
655 int ret = qcam_try_fmt_vid_cap(file, fh, fmt);
682 static int qcam_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *fmt) argument
H A Dmeye.c932 static int meyeioc_sync(struct file *file, void *fh, int *i) argument
1010 static int vidioc_querycap(struct file *file, void *fh, argument
1026 static int vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *i) argument
1037 static int vidioc_g_input(struct file *file, void *fh, unsigned int *i) argument
1043 static int vidioc_s_input(struct file *file, void *fh, unsigned int i) argument
1051 static int vidioc_queryctrl(struct file *file, void *fh, argument
1150 static int vidioc_s_ctrl(struct file *file, void *fh, struct v4l2_control *c) argument
1205 static int vidioc_g_ctrl(struct file *file, void *fh, struct v4l2_control *c) argument
1246 static int vidioc_enum_fmt_vid_cap(struct file *file, void *fh, argument
1267 static int vidioc_try_fmt_vid_cap(struct file *file, void *fh, argument
1297 vidioc_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) argument
1320 vidioc_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) argument
1363 vidioc_reqbufs(struct file *file, void *fh, struct v4l2_requestbuffers *req) argument
1406 vidioc_querybuf(struct file *file, void *fh, struct v4l2_buffer *buf) argument
1432 vidioc_qbuf(struct file *file, void *fh, struct v4l2_buffer *buf) argument
1454 vidioc_dqbuf(struct file *file, void *fh, struct v4l2_buffer *buf) argument
1500 vidioc_streamon(struct file *file, void *fh, enum v4l2_buf_type i) argument
1521 vidioc_streamoff(struct file *file, void *fh, enum v4l2_buf_type i) argument
1535 vidioc_default(struct file *file, void *fh, int cmd, void *arg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_fs.h119 struct nfs_fh fh; member in struct:nfs_inode
233 return &NFS_I(inode)->fh;
377 static inline void nfs_free_fhandle(const struct nfs_fh *fh) argument
379 kfree(fh);
451 extern int nfs_instantiate(struct dentry *dentry, struct nfs_fh *fh, struct nfs_fattr *fattr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttvp.h215 /* Current VBI capture window as seen through this fh (cannot
255 int bttv_try_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *f);
256 int bttv_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *f);
257 int bttv_s_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *f);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-firmware.c283 struct ivtv_open_id fh; local
284 fh.itv = itv;
307 ivtv_s_std(NULL, &fh, &std);
H A Divtv-driver.h67 #include <media/v4l2-fh.h>
382 struct v4l2_fh fh; member in struct:ivtv_open_id
390 static inline struct ivtv_open_id *fh2id(struct v4l2_fh *fh) argument
392 return container_of(fh, struct ivtv_open_id, fh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-rpc/
H A Ddma.c244 static struct fiq_handler fh = { variable in typeref:struct:fiq_handler
277 if (claim_fiq(&fh)) {
291 release_fiq(&fh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Duvc.h59 #include <media/v4l2-fh.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dfcoe.c1244 struct fc_frame_header *fh; local
1292 fh = (struct fc_frame_header *) skb_transport_header(skb);
1304 if (ntoh24(fh->fh_f_ctl) & FC_FC_EX_CTX)
1305 cpu = ntohs(fh->fh_ox_id) & fc_cpu_mask;
1344 if (fh->fh_type == FC_TYPE_FCP &&
1485 struct fc_frame_header *fh; local
1496 fh = fc_frame_header_get(fp);
1505 if (unlikely(fh->fh_type == FC_TYPE_ELS) &&
1564 memcpy(eh->h_dest + 3, fh->fh_d_id, 3);
1620 struct fc_frame_header *fh; local
2566 struct fc_frame_header *fh = fc_frame_header_get(fp); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c1044 int fh; local
1049 fh = sisusb->current_font_height;
1060 if (newcols != 80 || c->vc_scan_lines / fh != newrows)
1069 struct vc_data *c, int fh, int uplock)
1083 if ((slot != 0 && slot != 2) || !fh) {
1217 rows = c->vc_scan_lines / fh;
1219 maxscan = rows * fh - 1;
1221 /*printk(KERN_DEBUG "sisusb recalc rows %d maxscan %d fh %d sl %d\n",
1222 rows, maxscan, fh, c->vc_scan_lines);*/
1235 fsr = (fsr & 0xe0) | (fh
1067 sisusbcon_do_font_op(struct sisusb_usb_data *sisusb, int set, int slot, u8 *arg, int cmapsz, int ch512, int dorecalc, struct vc_data *c, int fh, int uplock) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsctl.c287 * Deprecated. /proc/net/rpc/{nfsd.export,nfsd.fh} are preferred.
323 * Deprecated. /proc/net/rpc/{nfsd.export,nfsd.fh} are preferred.
447 struct knfsd_fh fh; local
471 err = exp_rootfh(clp, data->gd_path, &fh, NFS_FHSIZE);
478 memcpy(res, &fh.fh_base, fh.fh_size);
592 struct knfsd_fh fh; local
628 len = exp_rootfh(dom, path, &fh, maxsize);
635 qword_addhex(&mesg, &len, (char*)&fh.fh_base, fh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/boot/tools/
H A Dobjstrip.c195 if (!(aout->fh.f_flags & COFF_F_EXEC)) {
201 if (aout->fh.f_opthdr != sizeof(aout->ah)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dinterface.c525 FILE *fh; local
535 fh = fopen(_PATH_PROCNET_DEV, "r");
536 if (!fh) {
540 fgets(buf, sizeof buf, fh); /* eat line */
541 fgets(buf, sizeof buf, fh);
546 while (fgets(buf, sizeof buf, fh)) {
556 if (ferror(fh)) {
561 fclose(fh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dw996Xcf.c426 int ret = 0, start_cropx, start_cropy, x, y, fw, fh, cw, ch, local
456 fh = SC(sd->gspca_dev.height) / max_height;
458 cw = (fw >= fh) ? max_width : SC(sd->gspca_dev.width)/fh;
459 ch = (fw >= fh) ? SC(sd->gspca_dev.height)/fw : max_height;

Completed in 386 milliseconds

1234567891011>>