Searched refs:f_flags (Results 76 - 100 of 344) sorted by relevance

1234567891011>>

/linux-master/drivers/char/tpm/
H A Dtpm-dev-common.c207 if (file->f_flags & O_NONBLOCK) {
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c200 if (!(aout->fh.f_flags & COFF_F_EXEC)) {
/linux-master/drivers/block/aoe/
H A Daoechr.c239 if (filp->f_flags & O_NDELAY) {
/linux-master/mm/
H A Dsecretmem.c259 file->f_flags |= O_LARGEFILE;
H A Dmemfd.c352 file->f_flags |= O_LARGEFILE;
/linux-master/drivers/char/
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/fs/netfs/
H A Dobjects.c50 if (file && file->f_flags & O_NONBLOCK)
/linux-master/fs/
H A Dpidfs.c92 bool thread = file->f_flags & PIDFD_THREAD;
H A Dpipe.c356 if ((filp->f_flags & O_NONBLOCK) ||
413 return (file->f_flags & O_DIRECT) != 0;
557 if ((filp->f_flags & O_NONBLOCK) ||
1155 if ((filp->f_flags & O_NONBLOCK)) {
1173 if (!is_pipe && (filp->f_flags & O_NONBLOCK) && !pipe->readers)
/linux-master/drivers/usb/gadget/legacy/
H A Dinode.c297 get_ready_ep (unsigned f_flags, struct ep_data *epdata, bool is_write) argument
301 if (f_flags & O_NONBLOCK) {
408 if ((status = get_ready_ep (fd->f_flags, data, false)) < 0)
589 if ((value = get_ready_ep(file->f_flags, epdata, false)) < 0)
649 if ((value = get_ready_ep(file->f_flags, epdata, true)) < 0)
970 if ((fd->f_flags & O_NONBLOCK) != 0
1055 if (fd->f_flags & O_NONBLOCK) {
/linux-master/drivers/char/xillybus/
H A Dxillybus_core.c834 if (!no_time_left && (filp->f_flags & O_NONBLOCK)) {
936 if (filp->f_flags & O_NONBLOCK)
1386 if (filp->f_flags & O_NONBLOCK) {
1457 if ((filp->f_mode & FMODE_READ) && (filp->f_flags & O_NONBLOCK) &&
1465 if ((filp->f_mode & FMODE_WRITE) && (filp->f_flags & O_NONBLOCK) &&
H A Dxillyusb.c1273 if ((filp->f_flags & O_NONBLOCK) && (filp->f_mode & FMODE_READ) &&
1280 if ((filp->f_flags & O_NONBLOCK) && (filp->f_mode & FMODE_WRITE) &&
1391 if (filp->f_flags & O_NONBLOCK)
1551 if (filp->f_flags & O_NONBLOCK) {
1597 if (((filp->f_flags & O_NONBLOCK) || chan->poll_used) &&
1673 if (filp->f_flags & O_NONBLOCK) {
/linux-master/sound/core/oss/
H A Dpcm_oss.c1434 else if ((substream->f_flags & O_NONBLOCK) != 0) {
1449 if ((substream->f_flags & O_NONBLOCK) != 0 &&
1717 saved_f_flags = substream->f_flags;
1718 substream->f_flags &= ~O_NONBLOCK;
1720 substream->f_flags = saved_f_flags;
2007 file->f_flags |= O_NONBLOCK;
2364 substream->f_flags |= O_NONBLOCK;
2366 substream->f_flags &= ~O_NONBLOCK;
2426 file->f_flags &= ~O_APPEND;
2512 nonblock = !!(file->f_flags
[all...]
/linux-master/fs/orangefs/
H A Ddevorangefs-req.c132 if (!(file->f_flags & O_NONBLOCK)) {
169 if (!(file->f_flags & O_NONBLOCK)) {
/linux-master/drivers/media/radio/si470x/
H A Dradio-si470x-common.c472 if (file->f_flags & O_NONBLOCK) {
733 if (file->f_flags & O_NONBLOCK)
/linux-master/drivers/usb/misc/
H A Dldusb.c469 if (file->f_flags & O_NONBLOCK) {
551 if (file->f_flags & O_NONBLOCK) {
H A Dlegousbtower.c526 if (file->f_flags & O_NONBLOCK) {
604 if (file->f_flags & O_NONBLOCK) {
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c34 (acpi_thermal_rel_chrdev_count && (file->f_flags & O_EXCL))) {
39 if (file->f_flags & O_EXCL)
/linux-master/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c596 if (file->f_flags & O_NONBLOCK)
631 if (copied == 0 && (file->f_flags & O_NONBLOCK)) {
/linux-master/drivers/iio/
H A Dindustrialio-event.c137 if (filep->f_flags & O_NONBLOCK)
163 if (copied == 0 && (filep->f_flags & O_NONBLOCK))
/linux-master/drivers/char/hw_random/
H A Dcore.c239 !(filp->f_flags & O_NONBLOCK));
244 (filp->f_flags & O_NONBLOCK)) {
/linux-master/security/integrity/ima/
H A Dima_crypto.c547 if (file->f_flags & O_DIRECT) {
555 int flags = file->f_flags & ~(O_WRONLY | O_APPEND |
/linux-master/drivers/gpu/drm/
H A Ddrm_file.c314 if (filp->f_flags & O_EXCL)
568 if (filp->f_flags & O_NONBLOCK) {
/linux-master/sound/core/
H A Drawmidi.c441 if ((file->f_flags & O_APPEND) && !(file->f_flags & O_NONBLOCK))
473 if ((file->f_flags & O_APPEND) || maj == SOUND_MAJOR) /* OSS emul? */
489 if (file->f_flags & O_NONBLOCK) {
1286 if ((file->f_flags & O_NONBLOCK) != 0 || result > 0) {
1603 if (file->f_flags & O_NONBLOCK) {
1629 if ((size_t)count1 < count && (file->f_flags & O_NONBLOCK))
1633 if (file->f_flags & O_DSYNC) {
H A Dinfo.c241 mode = file->f_flags & O_ACCMODE;
269 entry->c.ops->release(entry, file->f_flags & O_ACCMODE,

Completed in 312 milliseconds

1234567891011>>