Searched refs:ff (Results 1 - 25 of 76) sorted by last modified time

1234

/linux-master/fs/fuse/
H A Dpassthrough.c31 struct fuse_file *ff = file->private_data; local
32 struct file *backing_file = fuse_file_passthrough(ff);
36 .cred = ff->cred,
59 struct fuse_file *ff = file->private_data; local
60 struct file *backing_file = fuse_file_passthrough(ff);
64 .cred = ff->cred,
87 struct fuse_file *ff = in->private_data; local
88 struct file *backing_file = fuse_file_passthrough(ff);
90 .cred = ff->cred,
106 struct fuse_file *ff local
129 struct fuse_file *ff = file->private_data; local
308 struct fuse_file *ff = file->private_data; local
346 fuse_passthrough_release(struct fuse_file *ff, struct fuse_backing *fb) argument
[all...]
H A Diomode.c30 int fuse_file_cached_io_open(struct inode *inode, struct fuse_file *ff) argument
35 if (!ff->args)
60 WARN_ON(ff->iomode == IOM_UNCACHED);
61 if (ff->iomode == IOM_NONE) {
62 ff->iomode = IOM_CACHED;
71 static void fuse_file_cached_io_release(struct fuse_file *ff, argument
76 WARN_ON(ff->iomode != IOM_CACHED);
77 ff->iomode = IOM_NONE;
117 struct fuse_file *ff,
127 WARN_ON(ff
116 fuse_file_uncached_io_open(struct inode *inode, struct fuse_file *ff, struct fuse_backing *fb) argument
149 fuse_file_uncached_io_release(struct fuse_file *ff, struct fuse_inode *fi) argument
170 struct fuse_file *ff = file->private_data; local
199 struct fuse_file *ff = file->private_data; local
257 fuse_file_io_release(struct fuse_file *ff, struct inode *inode) argument
[all...]
H A Dfile.c56 struct fuse_file *ff; local
58 ff = kzalloc(sizeof(struct fuse_file), GFP_KERNEL_ACCOUNT);
59 if (unlikely(!ff))
62 ff->fm = fm;
64 ff->args = kzalloc(sizeof(*ff->args), GFP_KERNEL_ACCOUNT);
65 if (!ff->args) {
66 kfree(ff);
71 INIT_LIST_HEAD(&ff->write_entry);
72 refcount_set(&ff
81 fuse_file_free(struct fuse_file *ff) argument
87 fuse_file_get(struct fuse_file *ff) argument
102 fuse_file_put(struct fuse_file *ff, bool sync) argument
130 struct fuse_file *ff; local
175 struct fuse_file *ff = fuse_file_open(fm, nodeid, file->f_flags, isdir); local
188 struct fuse_file *ff = file->private_data; local
201 struct fuse_file *ff = file->private_data; local
238 struct fuse_file *ff; local
291 fuse_prepare_release(struct fuse_inode *fi, struct fuse_file *ff, unsigned int flags, int opcode, bool sync) argument
336 fuse_file_release(struct inode *inode, struct fuse_file *ff, unsigned int open_flags, fl_owner_t id, bool isdir) argument
385 fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff, unsigned int flags) argument
505 struct fuse_file *ff = file->private_data; local
563 struct fuse_file *ff = file->private_data; local
631 struct fuse_file *ff = file->private_data; local
805 struct fuse_file *ff = file->private_data; local
955 struct fuse_file *ff = file->private_data; local
1054 fuse_write_args_fill(struct fuse_io_args *ia, struct fuse_file *ff, loff_t pos, size_t count) argument
1093 struct fuse_file *ff = file->private_data; local
1140 struct fuse_file *ff = file->private_data; local
1335 struct fuse_file *ff = file->private_data; local
1540 struct fuse_file *ff = file->private_data; local
1694 struct fuse_file *ff = file->private_data; local
1715 struct fuse_file *ff = file->private_data; local
1737 struct fuse_file *ff = in->private_data; local
1749 struct fuse_file *ff = out->private_data; local
1973 struct fuse_file *ff; local
1987 struct fuse_file *ff = __fuse_write_file_get(fi); local
1995 struct fuse_file *ff; local
2116 struct fuse_file *ff; member in struct:fuse_fill_wb_data
2535 struct fuse_file *ff = file->private_data; local
2632 struct fuse_file *ff = file->private_data; local
2728 struct fuse_file *ff = file->private_data; local
2772 struct fuse_file *ff = file->private_data; local
2855 struct fuse_file *ff; local
2879 fuse_register_polled_file(struct fuse_conn *fc, struct fuse_file *ff) argument
2896 struct fuse_file *ff = file->private_data; local
2952 struct fuse_file *ff; local
2987 struct fuse_file *ff = file->private_data; local
3090 struct fuse_file *ff = file->private_data; local
[all...]
H A Dfuse_i.h1077 struct fuse_file *ff; member in struct:fuse_io_args
1085 void fuse_file_free(struct fuse_file *ff);
1088 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff,
1330 int fuse_flush_times(struct inode *inode, struct fuse_file *ff);
1397 int fuse_file_cached_io_open(struct inode *inode, struct fuse_file *ff);
1403 void fuse_file_io_release(struct fuse_file *ff, struct inode *inode);
1408 void fuse_file_release(struct inode *inode, struct fuse_file *ff,
1454 void fuse_passthrough_release(struct fuse_file *ff, struct fuse_backing *fb);
1456 static inline struct file *fuse_file_passthrough(struct fuse_file *ff) argument
1459 return ff
[all...]
H A Ddir.c625 struct fuse_file *ff; local
637 ff = fuse_file_alloc(fm, true);
638 if (!ff)
667 outopenp = &ff->args->open_outarg;
685 ff->fh = outopenp->fh;
686 ff->nodeid = outentry.nodeid;
687 ff->open_flags = outopenp->open_flags;
692 fuse_sync_release(NULL, ff, flags);
703 file->private_data = ff;
708 fuse_sync_release(fi, ff, flag
1197 struct fuse_file *ff = file->private_data; local
1258 struct fuse_file *ff = file->private_data; local
1654 struct fuse_file *ff = file->private_data; local
1836 fuse_flush_times(struct inode *inode, struct fuse_file *ff) argument
1953 struct fuse_file *ff = file->private_data; local
[all...]
H A Dcuse.c146 struct fuse_file *ff = file->private_data; local
147 struct fuse_mount *fm = ff->fm;
149 fuse_sync_release(NULL, ff, file->f_flags);
158 struct fuse_file *ff = file->private_data; local
159 struct cuse_conn *cc = fc_to_cc(ff->fm->fc);
171 struct fuse_file *ff = file->private_data; local
172 struct cuse_conn *cc = fc_to_cc(ff->fm->fc);
H A Dreaddir.c117 struct fuse_file *ff = file->private_data; local
119 if (ff->open_flags & FOPEN_CACHE_DIR)
365 struct fuse_file *ff = file->private_data; local
367 if (ff->open_flags & FOPEN_CACHE_DIR)
390 static enum fuse_parse_result fuse_parse_cache(struct fuse_file *ff, argument
394 unsigned int offset = ff->readdir.cache_off & ~PAGE_MASK;
416 if (ff->readdir.pos == ctx->pos) {
423 ff->readdir.pos = dirent->off;
424 ff->readdir.cache_off += reclen;
446 struct fuse_file *ff local
588 struct fuse_file *ff = file->private_data; local
[all...]
H A Ddev.c2157 struct fuse_file *ff; local
2158 ff = rb_entry(p, struct fuse_file, polled_node);
2159 wake_up_interruptible_all(&ff->poll_wait);
/linux-master/drivers/clk/mediatek/
H A Dclk-mtk.c162 const struct mtk_fixed_factor *ff = &clks[i]; local
164 if (!IS_ERR_OR_NULL(clk_data->hws[ff->id])) {
165 pr_warn("Trying to register duplicate clock ID: %d\n", ff->id);
169 hw = clk_hw_register_fixed_factor(NULL, ff->name, ff->parent_name,
170 ff->flags, ff->mult, ff->div);
173 pr_err("Failed to register clk %s: %pe\n", ff->name,
178 clk_data->hws[ff
185 const struct mtk_fixed_factor *ff = &clks[i]; local
207 const struct mtk_fixed_factor *ff = &clks[i - 1]; local
[all...]
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c5118 u8 ff = (pfec & PFERR_FETCH_MASK) ? (u8)~x : 0; local
5130 ff = 0;
5160 mmu->permissions[byte] = ff | uf | wf | smepf | smapf;
5202 bool check_pkey, check_write, ff, uf, wf, pte_user; local
5205 ff = pfec & PFERR_FETCH_MASK;
5216 check_pkey = (!ff && pte_user);
/linux-master/drivers/scsi/
H A Dscsi_lib.c728 blk_opf_t ff = rq->cmd_flags & REQ_FAILFAST_MASK; local
743 if ((bio->bi_opf & ff) != ff)
/linux-master/block/
H A Dblk-merge.c731 blk_opf_t ff = rq->cmd_flags & REQ_FAILFAST_MASK; local
744 (bio->bi_opf & REQ_FAILFAST_MASK) != ff);
745 bio->bi_opf |= ff;
984 const blk_opf_t ff = bio_failfast(bio); local
992 if ((req->cmd_flags & REQ_FAILFAST_MASK) != ff)
1010 const blk_opf_t ff = bio_failfast(bio); local
1018 if ((req->cmd_flags & REQ_FAILFAST_MASK) != ff)
/linux-master/include/linux/
H A Dinput.h74 * @ff: force feedback structure associated with the device if device
167 struct ff_device *ff; member in struct:input_dev
/linux-master/drivers/input/
H A Dinput.c1579 INPUT_DEV_CAP_ATTR(FF, ff);
2209 INPUT_CLEANSE_BITMASK(dev, FF, ff);
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.c782 struct flite_frame *ff = &fimc->out_frame; local
783 sink_fmt.format.width = ff->f_width;
784 sink_fmt.format.height = ff->f_height;
H A Dfimc-core.h518 static inline u32 fimc_get_format_depth(const struct fimc_fmt *ff) argument
522 if (ff != NULL)
523 for (i = 0; i < ff->colplanes; i++)
524 depth += ff->depth[i];
H A Dfimc-capture.c1014 struct fimc_frame *ff = &ctx->d_frame; local
1021 ret = __video_try_or_set_format(fimc, f, false, &inp_fmt, &ff->fmt);
1028 for (i = 0; i < ff->fmt->memplanes; i++) {
1029 ff->bytesperline[i] = pix->plane_fmt[i].bytesperline;
1030 ff->payload[i] = pix->plane_fmt[i].sizeimage;
1033 set_frame_bounds(ff, pix->width, pix->height);
1036 set_frame_crop(ff, 0, 0, pix->width, pix->height);
1038 fimc_capture_mark_jpeg_xfer(ctx, ff->fmt->color);
1135 const struct fimc_frame *ff = &vc->ctx->s_frame; local
1136 sink_fmt.format.width = ff
1478 const struct fimc_frame *ff = &ctx->s_frame; local
1521 struct fimc_frame *ff; local
[all...]
/linux-master/drivers/hid/
H A Dhid-lg3ff.c142 dev->ff->set_autocenter = hid_lg3ff_set_autocenter;
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py872 for ff in args.file:
873 if not os.path.isfile(ff):
874 print("IGNORING file " + ff + "\n\tBECAUSE does not exist.")
876 flist.append(os.path.abspath(ff))
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1q.sh705 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \
740 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff
[all...]
H A Dvxlan_bridge_1d.sh587 )"4f:ff:c5:5b:00:00:00:00:"$( : ICMP payload
700 in_ns ns1 $MZ w2 -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff -B $dst \
732 in_ns ns1 $MZ w2 -c 1 -p 64 -a $mac -b ff:ff:ff
[all...]
/linux-master/fs/
H A Dfile_table.c260 struct backing_file *ff; local
263 ff = kzalloc(sizeof(struct backing_file), GFP_KERNEL);
264 if (unlikely(!ff))
267 error = init_file(&ff->file, flags, cred);
269 kfree(ff);
273 ff->file.f_mode |= FMODE_BACKING | FMODE_NOACCOUNT;
274 return &ff->file;
/linux-master/arch/arm/boot/dts/nxp/imx/
H A DMakefile320 imx6ul-phytec-segin-ff-rdk-emmc.dtb \
321 imx6ul-phytec-segin-ff-rdk-nand.dtb \
347 imx6ull-phytec-segin-ff-rdk-nand.dtb \
348 imx6ull-phytec-segin-ff-rdk-emmc.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/nxp/imx/
H A DMakefile320 imx6ul-phytec-segin-ff-rdk-emmc.dtb \
321 imx6ul-phytec-segin-ff-rdk-nand.dtb \
347 imx6ull-phytec-segin-ff-rdk-nand.dtb \
348 imx6ull-phytec-segin-ff-rdk-emmc.dtb \
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c2025 struct fip_fc4_feat *ff; local
2082 ff = (struct fip_fc4_feat *)(frame + 1);
2083 ff->fd_desc.fip_dtype = FIP_DT_FC4F;
2084 ff->fd_desc.fip_dlen = sizeof(*ff) / FIP_BPW;
2085 ff->fd_fts = fip->lp->fcts;
2093 ff->fd_ff.fd_feat[FC_TYPE_FCP * 4 / 32] = htonl(fcp_feat);
2095 size = (struct fip_size_desc *)(ff + 1);

Completed in 512 milliseconds

1234