Searched refs:f_flags (Results 201 - 225 of 344) sorted by relevance

1234567891011>>

/linux-master/drivers/s390/block/
H A Ddasd_eer.c628 if (filp->f_flags & O_NONBLOCK)
/linux-master/drivers/s390/char/
H A Dvmlogrdr.c324 if (filp->f_flags & O_NONBLOCK)
/linux-master/fs/fuse/
H A Dcuse.c149 fuse_sync_release(NULL, ff, file->f_flags);
H A Dfile.c175 struct fuse_file *ff = fuse_file_open(fm, nodeid, file->f_flags, isdir);
240 bool is_truncate = (file->f_flags & O_TRUNC) && fc->atomic_o_trunc;
269 fuse_sync_release(fi, ff, file->f_flags);
364 fuse_file_release(file_inode(file), file->private_data, file->f_flags,
637 ia->read.in.flags = file->f_flags;
1078 unsigned int flags = iocb->ki_filp->f_flags;
/linux-master/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c435 if (!(file->f_flags & O_NONBLOCK)) {
449 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/usb/gadget/function/
H A Df_printer.c488 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) {
607 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) {
/linux-master/drivers/net/
H A Dtap.c783 if ((file->f_flags & O_NONBLOCK) || (iocb->ki_flags & IOCB_NOWAIT))
904 if ((file->f_flags & O_NONBLOCK) || (iocb->ki_flags & IOCB_NOWAIT))
/linux-master/drivers/media/radio/
H A Dradio-si476x.c736 if (file->f_flags & O_NONBLOCK)
1094 if (file->f_flags & O_NONBLOCK)
H A Dradio-wl1273.c1218 if (file->f_flags & O_NONBLOCK) {
1695 if (file->f_flags & O_NONBLOCK)
/linux-master/drivers/input/
H A Devdev.c575 (file->f_flags & O_NONBLOCK))
597 if (!(file->f_flags & O_NONBLOCK)) {
H A Dmousedev.c725 (file->f_flags & O_NONBLOCK))
H A Djoydev.c401 if (!joydev_data_pending(client) && (file->f_flags & O_NONBLOCK))
/linux-master/drivers/vfio/pci/mlx5/
H A Dmain.c208 if (!(filp->f_flags & O_NONBLOCK)) {
239 if (filp->f_flags & O_NONBLOCK) {
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_dec.c679 return vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK);
681 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK);
/linux-master/drivers/usb/class/
H A Dcdc-wdm.c414 if (!(file->f_flags & O_NONBLOCK))
545 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/gpu/drm/i915/
H A Di915_perf.c3475 if (!(file->f_flags & O_NONBLOCK)) {
3832 unsigned long f_flags = 0; local
3931 f_flags |= O_CLOEXEC;
3933 f_flags |= O_NONBLOCK;
3935 stream_fd = anon_inode_getfd("[i915_perf]", &fops, stream, f_flags);
/linux-master/drivers/message/fusion/
H A Dmptctl.c624 int nonblock = (file->f_flags & O_NONBLOCK);
2720 int nonblock = (filp->f_flags & O_NONBLOCK);
2761 int nonblock = (filp->f_flags & O_NONBLOCK);
/linux-master/fs/ocfs2/
H A Dfile.c84 int mode = file->f_flags;
2050 if (file && (file->f_flags & O_SYNC))
2473 if (((file->f_flags & O_DSYNC) && !direct_io) ||
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c1622 if (file->f_flags & O_NONBLOCK)
1974 if (file->f_flags & O_NONBLOCK)
2678 if (file->f_flags & O_NONBLOCK)
/linux-master/drivers/infiniband/core/
H A Duser_mad.c395 if (filp->f_flags & O_NONBLOCK)
1089 if (filp->f_flags & O_NONBLOCK) {
/linux-master/drivers/block/
H A Dloop.c505 __loop_update_dio(lo, (lo->lo_backing_file->f_flags & O_DIRECT) |
1083 else if ((lo->lo_backing_file->f_flags & O_DIRECT) && inode->i_sb->s_bdev)
/linux-master/fs/
H A Duserfaultfd.c975 if (unlikely(!(file->f_flags & O_NONBLOCK)))
1186 int no_wait = file->f_flags & O_NONBLOCK;
/linux-master/drivers/hid/usbhid/
H A Dhiddev.c350 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.c1040 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/hid/
H A Dhid-sensor-custom.c655 if (file->f_flags & O_NONBLOCK)

Completed in 295 milliseconds

1234567891011>>