Searched refs:f_flags (Results 251 - 275 of 344) sorted by relevance

<<11121314

/linux-master/fs/9p/
H A Dvfs_inode.c761 v9fs_fid_add_modes(fid, v9ses->flags, v9ses->cache, file->f_flags);
/linux-master/fs/smb/client/
H A Dcifsproto.h197 unsigned int f_flags, __u32 *oplock, __u16 *netfid,
/linux-master/block/
H A Dbdev.c914 bdev_file->f_flags |= O_LARGEFILE;
939 * Make sure that this quirk is reflected in @f_flags.
/linux-master/drivers/scsi/
H A Dst.c1050 unsigned short st_flags = filp->f_flags;
1070 do_wait = ((filp->f_flags & O_NONBLOCK) == 0);
1309 STp->write_prot = ((filp->f_flags & O_ACCMODE) == O_RDONLY);
1324 if ((filp->f_flags & O_NONBLOCK) == 0 &&
3547 file->f_flags & O_NDELAY);
/linux-master/sound/core/seq/
H A Dseq_clientmgr.c463 nonblock = (file->f_flags & O_NONBLOCK) || result > 0;
1087 !(file->f_flags & O_NONBLOCK),
/linux-master/drivers/comedi/
H A Dcomedi_fops.c2528 if (file->f_flags & O_NONBLOCK) {
2662 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/infiniband/hw/mlx5/
H A Ddevx.c2612 if (filp->f_flags & O_NONBLOCK)
2704 if (filp->f_flags & O_NONBLOCK)
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_enc.c1671 ret = vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK);
1673 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK);
/linux-master/kernel/printk/
H A Dprintk.c805 if (file->f_flags & O_NONBLOCK) {
918 if ((file->f_flags & O_ACCMODE) != O_WRONLY) {
/linux-master/drivers/hsi/clients/
H A Dcmt_speech.c1155 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c944 ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK);
/linux-master/drivers/staging/media/omap4iss/
H A Diss_video.c811 return vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK);
/linux-master/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c1632 if (file->f_flags & O_NONBLOCK)
H A Ddvb_net.c1430 if (((file->f_flags&O_ACCMODE)==O_RDONLY))
/linux-master/drivers/mtd/
H A Dmtdchar.c1390 if (file->f_flags & O_DSYNC || map->phys >= __pa(high_memory))
/linux-master/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c620 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_common.c1070 if (file->f_flags & O_NONBLOCK)
/linux-master/drivers/infiniband/core/
H A Duverbs_main.c242 if (filp->f_flags & O_NONBLOCK)
/linux-master/drivers/char/
H A Dsonypi.c905 (file->f_flags & O_NONBLOCK))
/linux-master/drivers/usb/gadget/legacy/
H A Draw_gadget.c431 if (fd->f_flags & O_NONBLOCK)
/linux-master/drivers/hid/
H A Dhid-debug.c1179 if (file->f_flags & O_NONBLOCK) {
/linux-master/net/rfkill/
H A Dcore.c1240 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/usb/mon/
H A Dmon_bin.c1316 if (file->f_flags & O_NONBLOCK) {
/linux-master/fs/overlayfs/
H A Dreaddir.c862 res = ovl_path_open(realpath, O_RDONLY | (file->f_flags & O_LARGEFILE));
/linux-master/drivers/isdn/capi/
H A Dcapi.c664 if (file->f_flags & O_NONBLOCK)

Completed in 468 milliseconds

<<11121314