Searched refs:f_flags (Results 1 - 25 of 344) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/uapi/asm/
H A Da.out.h23 __u16 f_opthdr, f_flags; member in struct:filehdr
/linux-master/arch/mips/boot/
H A Decoff.h15 uint16_t f_flags; /* flags */ member in struct:filehdr
H A Delf2ecoff.c229 f->f_flags = swab16(f->f_flags);
446 efh.f_flags = 0x100f; /* Stripped, not shareable. */
/linux-master/arch/mips/include/uapi/asm/
H A Dstatfs.h37 long f_flags; member in struct:statfs
58 __u32 f_flags; member in struct:statfs64
79 long f_flags; member in struct:statfs64
95 __u32 f_flags; member in struct:compat_statfs64
/linux-master/arch/mips/kernel/
H A Drtlx.c331 return rtlx_open(iminor(inode), (filp->f_flags & O_NONBLOCK) ? 0 : 1);
367 if (!rtlx_read_poll(minor, (file->f_flags & O_NONBLOCK) ? 0 : 1))
382 if (file->f_flags & O_NONBLOCK)
/linux-master/arch/powerpc/boot/
H A Drs6000.h20 char f_flags[2]; /* flags */ member in struct:external_filehdr
/linux-master/drivers/char/
H A Ddtlk.c149 if (file->f_flags & O_NONBLOCK)
214 if (file->f_flags & O_NONBLOCK)
/linux-master/drivers/input/
H A Dmousedev.c725 (file->f_flags & O_NONBLOCK))
/linux-master/drivers/input/serio/
H A Duserio.c156 if (file->f_flags & O_NONBLOCK)
/linux-master/drivers/media/pci/ivtv/
H A Divtv-fileops.c506 rc = ivtv_read_pos(s, buf, count, pos, filp->f_flags & O_NONBLOCK);
619 if (filp->f_flags & O_NONBLOCK)
702 if (count && !(filp->f_flags & O_NONBLOCK))
/linux-master/drivers/media/radio/
H A Dradio-cadet.c337 if (!cadet_has_rds_data(dev) && (file->f_flags & O_NONBLOCK))
H A Dradio-mr800.c350 if (file->f_flags & O_NONBLOCK)
H A Dradio-tea5777.c382 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/media/radio/wl128x/
H A Dfmdrv_v4l2.c391 if (file->f_flags & O_NONBLOCK)
/linux-master/fs/orangefs/
H A Ddevorangefs-req.c132 if (!(file->f_flags & O_NONBLOCK)) {
169 if (!(file->f_flags & O_NONBLOCK)) {
/linux-master/include/uapi/asm-generic/
H A Dstatfs.h34 __statfs_word f_flags; member in struct:statfs
57 __statfs_word f_flags; member in struct:statfs64
80 __u32 f_flags; member in struct:compat_statfs64
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c200 if (!(aout->fh.f_flags & COFF_F_EXEC)) {
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c238 short f_flags; member in struct:osf_statfs
251 short f_flags; member in struct:osf_statfs64
310 tmp_stat.f_flags = 0; /* mount flags */
/linux-master/arch/arm/mm/
H A Dmmu.c718 else if (file->f_flags & O_SYNC)
/linux-master/arch/arm64/include/asm/
H A Dcompat.h82 int f_flags; member in struct:compat_statfs
/linux-master/arch/arm64/mm/
H A Dmmu.c103 else if (file->f_flags & O_SYNC)
/linux-master/arch/csky/mm/
H A Dioremap.c13 } else if (file->f_flags & O_SYNC) {
/linux-master/arch/mips/include/asm/
H A Dcompat.h72 int f_flags; member in struct:compat_statfs
/linux-master/arch/powerpc/kernel/
H A Drtasd.c323 if (file->f_flags & O_NONBLOCK) {

Completed in 368 milliseconds

1234567891011>>