Lines Matching refs:f_flags
1435 else if ((substream->f_flags & O_NONBLOCK) != 0) { in snd_pcm_oss_write1()
1450 if ((substream->f_flags & O_NONBLOCK) != 0 && in snd_pcm_oss_write1()
1718 saved_f_flags = substream->f_flags; in snd_pcm_oss_sync()
1719 substream->f_flags &= ~O_NONBLOCK; in snd_pcm_oss_sync()
1721 substream->f_flags = saved_f_flags; in snd_pcm_oss_sync()
2004 file->f_flags |= O_NONBLOCK; in snd_pcm_oss_nonblock()
2362 substream->f_flags |= O_NONBLOCK; in snd_pcm_oss_init_substream()
2364 substream->f_flags &= ~O_NONBLOCK; in snd_pcm_oss_init_substream()
2424 file->f_flags &= ~O_APPEND; in snd_pcm_oss_open_file()
2510 nonblock = !!(file->f_flags & O_NONBLOCK); in snd_pcm_oss_open()
2763 substream->f_flags = file->f_flags & O_NONBLOCK; in snd_pcm_oss_read()
2787 substream->f_flags = file->f_flags & O_NONBLOCK; in snd_pcm_oss_write()