Searched refs:fh (Results 1 - 25 of 529) sorted by last modified time

1234567891011>>

/linux-master/fs/nfs/
H A Dinode.c304 struct nfs_fh *fh; member in struct:nfs_find_desc
318 struct nfs_fh *fh = desc->fh; local
325 if (nfs_compare_fh(NFS_FH(inode), fh))
340 nfs_copy_fh(NFS_FH(inode), desc->fh);
400 /* Search for inode identified by fh, fileid and i_mode in inode cache. */
402 nfs_ilookup(struct super_block *sb, struct nfs_fattr *fattr, struct nfs_fh *fh) argument
405 .fh = fh,
444 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struc argument
1619 struct nfs_fh *fh; local
1637 _nfs_display_fhandle_hash(const struct nfs_fh *fh) argument
1653 _nfs_display_fhandle(const struct nfs_fh *fh, const char *caption) argument
[all...]
/linux-master/fs/nfsd/
H A Dnfs4callback.c118 static void encode_nfs_fh4(struct xdr_stream *xdr, const struct knfsd_fh *fh) argument
120 u32 length = fh->fh_size;
125 xdr_encode_opaque(p, &fh->fh_raw, length);
312 * nfs_fh4 fh;
353 * nfs_fh4 fh;
366 struct knfsd_fh *fh = &dp->dl_stid.sc_file->fi_fhandle; local
369 encode_nfs_fh4(xdr, fh);
H A Dnfs4state.c273 find_blocked_lock(struct nfs4_lockowner *lo, struct knfsd_fh *fh, argument
280 if (fh_match(fh, &cur->nbl_fh)) {
295 find_or_allocate_block(struct nfs4_lockowner *lo, struct knfsd_fh *fh, argument
300 nbl = find_blocked_lock(lo, fh, nn);
306 fh_copy_shallow(&nbl->nbl_fh, fh);
1109 static int delegation_blocked(struct knfsd_fh *fh) argument
1128 hash = jhash(&fh->fh_raw, fh->fh_size, 0);
1142 static void block_delegations(struct knfsd_fh *fh) argument
1147 hash = jhash(&fh
4546 nfsd4_file_init(const struct svc_fh *fh, struct nfs4_file *fp) argument
5461 nfsd4_truncate(struct svc_rqst *rqstp, struct svc_fh *fh, struct nfsd4_open *open) argument
[all...]
H A Dtrace.h1643 const struct knfsd_fh *fh,
1647 TP_ARGS(clp, stp, fh, count, status),
1663 __entry->fh_hash = knfsd_fh_hash(fh);
/linux-master/fs/bcachefs/
H A Dfs.c1240 static int bch2_encode_fh(struct inode *vinode, u32 *fh, int *len, argument
1248 struct bcachefs_fid_with_parent *fid = (void *) fh;
1262 struct bcachefs_fid *fid = (void *) fh;
/linux-master/tools/arch/s390/include/uapi/asm/
H A Dkvm.h305 __u32 fh; /* target device */ member in struct:kvm_s390_zpci_op
/linux-master/mm/
H A Dshmem.c3805 __u32 *fh = vfh; local
3806 __u64 inum = fh[2];
3807 inum = (inum << 32) | fh[1];
3808 return ino->i_ino == inum && fh[0] == ino->i_generation;
3842 static int shmem_encode_fh(struct inode *inode, __u32 *fh, int *len, argument
3864 fh[0] = inode->i_generation;
3865 fh[1] = inode->i_ino;
3866 fh[2] = ((__u64)inode->i_ino) >> 32;
/linux-master/include/net/
H A Dsch_generic.h386 struct tcf_proto *tp, void *fh,
/linux-master/fs/fuse/
H A Dinode.c1047 static int fuse_encode_fh(struct inode *inode, u32 *fh, int *max_len, argument
1062 fh[0] = (u32)(nodeid >> 32);
1063 fh[1] = (u32)(nodeid & 0xffffffff);
1064 fh[2] = generation;
1070 fh[3] = (u32)(nodeid >> 32);
1071 fh[4] = (u32)(nodeid & 0xffffffff);
1072 fh[5] = generation;
H A Dfile.c138 ff->fh = 0;
148 ff->fh = outargp->fh;
318 ra->inarg.fh = ff->fh;
533 inarg.fh = ff->fh;
568 inarg.fh = ff->fh;
634 ia->read.in.fh
[all...]
H A Dfuse_i.h230 u64 fh; member in struct:fuse_file
H A Ddir.c685 ff->fh = outopenp->fh;
1200 inarg.fh = ff->fh;
1261 inarg.fh = ff->fh;
1856 inarg.fh = ff->fh;
1955 inarg.fh = ff->fh;
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc_drv.c131 v4l2_fh_init(&ctx->fh, video_devdata(file));
132 file->private_data = &ctx->fh;
133 v4l2_fh_add(&ctx->fh);
157 if (v4l2_fh_is_singular(&ctx->fh)) {
195 v4l2_fh_del(&ctx->fh);
196 v4l2_fh_exit(&ctx->fh);
213 v4l2_fh_del(&ctx->fh);
214 v4l2_fh_exit(&ctx->fh);
H A Dmtk_vcodec_enc_drv.h99 * @fh: struct v4l2_fh
133 struct v4l2_fh fh; member in struct:mtk_vcodec_enc_ctx
220 static inline struct mtk_vcodec_enc_ctx *fh_to_enc_ctx(struct v4l2_fh *fh) argument
222 return container_of(fh, struct mtk_vcodec_enc_ctx, fh);
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_drv.h136 * @fh: struct v4l2_fh
183 struct v4l2_fh fh; member in struct:mtk_vcodec_dec_ctx
310 static inline struct mtk_vcodec_dec_ctx *fh_to_dec_ctx(struct v4l2_fh *fh) argument
312 return container_of(fh, struct mtk_vcodec_dec_ctx, fh);
H A Dmtk_vcodec_dec_drv.c208 v4l2_fh_init(&ctx->fh, video_devdata(file));
209 file->private_data = &ctx->fh;
210 v4l2_fh_add(&ctx->fh);
249 if (v4l2_fh_is_singular(&ctx->fh)) {
286 v4l2_fh_del(&ctx->fh);
287 v4l2_fh_exit(&ctx->fh);
311 v4l2_fh_del(&ctx->fh);
312 v4l2_fh_exit(&ctx->fh);
/linux-master/net/ipv6/
H A Dip6_output.c697 struct frag_hdr *fh; local
714 fh = __skb_push(skb, sizeof(struct frag_hdr));
719 fh->nexthdr = nexthdr;
720 fh->reserved = 0;
721 fh->frag_off = htons(IP6_MF);
722 fh->identification = frag_id;
738 struct frag_hdr *fh; local
742 fh = __skb_push(frag, sizeof(struct frag_hdr));
747 fh->nexthdr = iter->nexthdr;
748 fh
783 struct frag_hdr *fh; local
[all...]
/linux-master/drivers/video/fbdev/
H A Dvga16fb.c212 int fh = 16; // FIXME !!! font height. Fugde for now. local
213 pos = (info->var.xres_virtual * (var->yoffset / fh) + xoffset) >> 3;
539 int fh, i; local
589 fh = 16; // FIXME !!! Fudge font height.
591 & ~0x1F) | (fh - 1);
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c1976 int fh = vc->vc_font.height; local
1981 p->vrows = vyres/fh;
1982 if (yres > (fh * (vc->vc_rows + 1)))
1983 p->vrows -= (yres - (fh * vc->vc_rows)) / fh;
1984 if ((yres % fh) && (vyres % fh < yres % fh))
/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c24 #include <media/v4l2-fh.h>
821 static int vidioc_g_fbuf(struct file *file, void *fh, argument
1325 static int vidioc_enum_framesizes(struct file *file, void *fh, argument
/linux-master/fs/overlayfs/
H A Dcopy_up.c405 struct ovl_fh *fh; local
415 fh = kzalloc(buflen + OVL_FH_FID_OFFSET, GFP_KERNEL);
416 if (!fh)
425 fh_type = exportfs_encode_fh(real, (void *)fh->fb.fid, &dwords, 0);
434 fh->fb.version = OVL_FH_VERSION;
435 fh->fb.magic = OVL_FH_MAGIC;
436 fh->fb.type = fh_type;
437 fh->fb.flags = OVL_FH_FLAG_CPU_ENDIAN;
445 fh->fb.flags |= OVL_FH_FLAG_PATH_UPPER;
446 fh
470 ovl_set_origin_fh(struct ovl_fs *ofs, const struct ovl_fh *fh, struct dentry *upper) argument
489 const struct ovl_fh *fh; local
507 ovl_create_index(struct dentry *dentry, const struct ovl_fh *fh, struct dentry *upper) argument
919 struct ovl_fh *fh = NULL; local
[all...]
/linux-master/fs/orangefs/
H A Dsuper.c347 __u32 *fh,
356 gossip_err("fh buffer is too small for encoding\n");
363 ORANGEFS_khandle_to(&refn.khandle, fh, 16);
364 fh[4] = refn.fs_id;
367 "Encoding fh: handle %pU, fsid %u\n",
374 ORANGEFS_khandle_to(&refn.khandle, (char *) fh + 20, 16);
375 fh[9] = refn.fs_id;
346 orangefs_encode_fh(struct inode *inode, __u32 *fh, int *max_len, struct inode *parent) argument
/linux-master/drivers/input/rmi4/
H A Drmi_driver.c62 struct rmi_function_handler *fh; local
68 fh = to_rmi_function_handler(fn->dev.driver);
69 if (fh->reset) {
70 retval = fh->reset(fn);
81 struct rmi_function_handler *fh; local
87 fh = to_rmi_function_handler(fn->dev.driver);
88 if (fh->config) {
89 retval = fh->config(fn);
258 struct rmi_function_handler *fh; local
264 fh
292 struct rmi_function_handler *fh; local
[all...]
/linux-master/include/uapi/linux/
H A Dfuse.h689 uint64_t fh; member in struct:fuse_getattr_in
704 uint64_t fh; member in struct:fuse_statx_in
748 uint64_t fh; member in struct:fuse_setattr_in
777 uint64_t fh; member in struct:fuse_open_out
783 uint64_t fh; member in struct:fuse_release_in
790 uint64_t fh; member in struct:fuse_flush_in
797 uint64_t fh; member in struct:fuse_read_in
809 uint64_t fh; member in struct:fuse_write_in
830 uint64_t fh; member in struct:fuse_fsync_in
855 uint64_t fh; member in struct:fuse_lk_in
935 uint64_t fh; member in struct:fuse_ioctl_in
956 uint64_t fh; member in struct:fuse_poll_in
972 uint64_t fh; member in struct:fuse_fallocate_in
1090 uint64_t fh; member in struct:fuse_lseek_in
1114 uint64_t fh; member in struct:fuse_setupmapping_in
[all...]
/linux-master/include/media/
H A Dcec.h69 struct cec_fh *fh; member in struct:cec_data

Completed in 590 milliseconds

1234567891011>>