Searched refs:f_flags (Results 151 - 175 of 344) sorted by last modified time

1234567891011>>

/linux-master/drivers/hid/
H A Dhidraw.c63 if (file->f_flags & O_NONBLOCK) {
/linux-master/io_uring/
H A Dopenclose.c159 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/media/common/videobuf2/
H A Dvideobuf2-v4l2.c1086 return vb2_dqbuf(vdev->queue, p, file->f_flags & O_NONBLOCK);
1169 file->f_flags & O_NONBLOCK);
1194 file->f_flags & O_NONBLOCK);
/linux-master/security/tomoyo/
H A Dtomoyo.c315 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND)))
331 /* Illogically, FMODE_EXEC is in f_flags, not f_mode. */
332 if (f->f_flags & __FMODE_EXEC)
335 f->f_flags);
/linux-master/security/apparmor/
H A Dapparmorfs.c547 if (file->f_flags & O_NONBLOCK)
/linux-master/fs/netfs/
H A Dobjects.c50 if (file && file->f_flags & O_NONBLOCK)
/linux-master/virt/kvm/
H A Dguest_memfd.c352 file->f_flags |= O_LARGEFILE;
/linux-master/drivers/usb/mon/
H A Dmon_text.c490 if (file->f_flags & O_NONBLOCK) {
H A Dmon_bin.c1316 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/usb/misc/
H A Diowarrior.c300 if (file->f_flags & O_NONBLOCK)
391 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/usb/gadget/function/
H A Duvc_v4l2.c431 return uvcg_dequeue_buffer(&video->queue, b, file->f_flags & O_NONBLOCK);
/linux-master/drivers/tty/
H A Dtty_port.c524 if (filp == NULL || (filp->f_flags & O_NONBLOCK)) {
H A Dtty_io.c973 ret = tty_write_lock(tty, file->f_flags & O_NDELAY);
1894 filp->f_flags |= O_NONBLOCK; /* Don't let /dev/tty block */
1942 filp->f_flags |= O_NONBLOCK;
2124 unsigned saved_flags = filp->f_flags;
2155 filp->f_flags = saved_flags;
2178 noctty = (filp->f_flags & O_NOCTTY) ||
/linux-master/drivers/platform/goldfish/
H A Dgoldfish_pipe.c457 (filp->f_flags & O_NONBLOCK) != 0) {
/linux-master/drivers/mailbox/
H A Dmailbox-test.c201 if (filp->f_flags & O_NONBLOCK) {
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c135 if (filp->f_flags & O_NONBLOCK)
159 if (ret == 0 && (filp->f_flags & O_NONBLOCK))
206 if (filp->f_flags & O_NONBLOCK) {
/linux-master/drivers/fpga/
H A Ddfl-fme-main.c609 ret = dfl_feature_dev_use_begin(pdata, filp->f_flags & O_EXCL);
H A Ddfl-afu-main.c607 ret = dfl_feature_dev_use_begin(pdata, filp->f_flags & O_EXCL);
/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/char/
H A Dvirtio_console.c748 if (filp->f_flags & O_NONBLOCK)
810 nonblock = filp->f_flags & O_NONBLOCK;
929 ret = wait_port_writable(port, filp->f_flags & O_NONBLOCK);
H A Dppdev.c142 (file->f_flags & O_NONBLOCK) ?
170 if (file->f_flags & O_NONBLOCK) {
218 (file->f_flags & O_NONBLOCK) ?
251 if (file->f_flags & O_NONBLOCK) {
/linux-master/arch/mips/boot/
H A Delf2ecoff.c229 f->f_flags = swab16(f->f_flags);
446 efh.f_flags = 0x100f; /* Stripped, not shareable. */
/linux-master/net/rfkill/
H A Dcore.c1240 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/vhost/
H A Dvsock.c890 int noblock = file->f_flags & O_NONBLOCK;

Completed in 308 milliseconds

1234567891011>>