Searched refs:f_flags (Results 176 - 200 of 344) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c251 if (file->f_flags & O_NONBLOCK)
/linux-master/drivers/media/radio/
H A Dtea575x.c367 if (file->f_flags & O_NONBLOCK)
/linux-master/fs/
H A Dtimerfd.c275 if (file->f_flags & O_NONBLOCK)
/linux-master/drivers/media/cec/core/
H A Dcec-api.c508 bool block = !(filp->f_flags & O_NONBLOCK);
/linux-master/drivers/virt/
H A Dfsl_hypervisor.c616 if (filp->f_flags & O_NONBLOCK)
/linux-master/drivers/staging/most/video/
H A Dvideo.c165 if (!(filp->f_flags & O_NONBLOCK)) {
/linux-master/drivers/counter/
H A Dcounter-chrdev.c80 if (filp->f_flags & O_NONBLOCK)
/linux-master/drivers/xen/xenbus/
H A Dxenbus_dev_frontend.c138 if (filp->f_flags & O_NONBLOCK)
/linux-master/drivers/char/
H A Dmem.c281 if (file->f_flags & O_DSYNC)
/linux-master/drivers/misc/cxl/
H A Dfile.c450 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/media/common/siano/
H A Dsmsdvb-debugfs.c291 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/bluetooth/
H A Dhci_vhci.c598 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/misc/ocxl/
H A Dfile.c423 if (file->f_flags & O_NONBLOCK) {
/linux-master/fs/notify/inotify/
H A Dinotify_user.c283 if (file->f_flags & O_NONBLOCK)
/linux-master/drivers/platform/chrome/
H A Dcros_ec_debugfs.c141 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/platform/goldfish/
H A Dgoldfish_pipe.c457 (filp->f_flags & O_NONBLOCK) != 0) {
/linux-master/drivers/tty/
H A Dtty_port.c524 if (filp == NULL || (filp->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/fpga/
H A Ddfl-fme-main.c609 ret = dfl_feature_dev_use_begin(pdata, filp->f_flags & O_EXCL);
/linux-master/drivers/hid/
H A Dhidraw.c63 if (file->f_flags & O_NONBLOCK) {
/linux-master/fs/afs/
H A Dfile.c158 if (file->f_flags & O_TRUNC)
/linux-master/fs/zonefs/
H A Dfile.c404 if (!(file->f_flags & O_LARGEFILE))
/linux-master/include/linux/
H A Dfsnotify_backend.h252 int f_flags; /* event_f_flags from fanotify_init() */ member in struct:fsnotify_group::__anon1130::fanotify_group_private_data
/linux-master/drivers/macintosh/
H A Dadb.c744 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/xen/
H A Devtchn.c230 if (file->f_flags & O_NONBLOCK)

Completed in 281 milliseconds

1234567891011>>