Home
last modified time | relevance | path

Searched refs:file_mode (Results 1 – 25 of 26) sorted by relevance

12

/linux/sound/core/seq/oss/
A Dseq_oss_init.c228 dp->file_mode = translate_mode(file); in snd_seq_oss_open()
231 if (is_read_mode(dp->file_mode)) { in snd_seq_oss_open()
240 if (is_write_mode(dp->file_mode)) { in snd_seq_oss_open()
262 else if (is_read_mode(dp->file_mode)) in snd_seq_oss_open()
285 int file_mode = 0; in translate_mode() local
287 file_mode |= SNDRV_SEQ_OSS_FILE_WRITE; in translate_mode()
289 file_mode |= SNDRV_SEQ_OSS_FILE_READ; in translate_mode()
291 file_mode |= SNDRV_SEQ_OSS_FILE_NONBLOCK; in translate_mode()
292 return file_mode; in translate_mode()
497 filemode_str(dp->file_mode)); in snd_seq_oss_system_info_read()
[all …]
A Dseq_oss_ioctl.c84 if (! is_write_mode(dp->file_mode) || dp->writeq == NULL) in snd_seq_oss_ioctl()
99 return snd_seq_oss_midi_open(dp, dev, dp->file_mode); in snd_seq_oss_ioctl()
102 if (dp->readq == NULL || ! is_read_mode(dp->file_mode)) in snd_seq_oss_ioctl()
107 if (! is_write_mode(dp->file_mode) || dp->writeq == NULL) in snd_seq_oss_ioctl()
148 if (! is_write_mode(dp->file_mode)) in snd_seq_oss_ioctl()
160 if (dp->readq == NULL || !is_read_mode(dp->file_mode)) in snd_seq_oss_ioctl()
172 if (! is_write_mode(dp->file_mode)) in snd_seq_oss_ioctl()
A Dseq_oss_rw.c39 if (readq == NULL || ! is_read_mode(dp->file_mode)) in snd_seq_oss_read()
46 !is_nonblock_mode(dp->file_mode) && result == 0) { in snd_seq_oss_read()
89 if (! is_write_mode(dp->file_mode) || dp->writeq == NULL) in snd_seq_oss_write()
175 !is_nonblock_mode(dp->file_mode)); in insert_queue()
190 if (dp->readq && is_read_mode(dp->file_mode)) { in snd_seq_oss_poll()
196 if (dp->writeq && is_write_mode(dp->file_mode)) { in snd_seq_oss_poll()
A Dseq_oss_midi.h24 int snd_seq_oss_midi_open(struct seq_oss_devinfo *dp, int dev, int file_mode);
25 void snd_seq_oss_midi_open_all(struct seq_oss_devinfo *dp, int file_mode);
A Dseq_oss_synth.c219 info->arg.file_mode = dp->file_mode; in snd_seq_oss_synth_setup()
269 if (snd_seq_oss_midi_open(dp, i, dp->file_mode) < 0) in snd_seq_oss_synth_setup_midi()
272 info->arg.file_mode = dp->file_mode; in snd_seq_oss_synth_setup_midi()
408 dp->file_mode) < 0) { in snd_seq_oss_synth_reset()
A Dseq_oss_device.h80 int file_mode; /* file access */ member
A Dseq_oss_midi.c293 snd_seq_oss_midi_open_all(struct seq_oss_devinfo *dp, int file_mode) in snd_seq_oss_midi_open_all() argument
297 snd_seq_oss_midi_open(dp, i, file_mode); in snd_seq_oss_midi_open_all()
A Dseq_oss_event.c67 if (! is_write_mode(dp->file_mode)) in snd_seq_oss_process_event()
/linux/tools/power/acpi/tools/ec/
A Dec_access.c208 int file_mode = O_RDONLY; in main() local
214 file_mode = O_WRONLY; in main()
216 file_mode = O_RDONLY; in main()
220 fd = open(SYSFS_PATH, file_mode); in main()
/linux/kernel/
A Dkexec_core.c660 if (image->file_mode) in kimage_free()
792 if (image->file_mode) in kimage_load_normal_segment()
828 if (image->file_mode) in kimage_load_normal_segment()
839 if (image->file_mode) in kimage_load_normal_segment()
865 if (image->file_mode) in kimage_load_crash_segment()
894 if (image->file_mode) in kimage_load_crash_segment()
907 if (image->file_mode) in kimage_load_crash_segment()
A Dkexec_file.c310 image->file_mode = 1; in kimage_file_alloc_init()
678 if (!kbuf->image->file_mode) in kexec_add_buffer()
/linux/fs/cifs/
A Dreaddir.c169 fattr->cf_mode |= S_IFLNK | cifs_sb->ctx->file_mode; in cifs_fill_common_info()
172 fattr->cf_mode |= S_IFIFO | cifs_sb->ctx->file_mode; in cifs_fill_common_info()
175 fattr->cf_mode |= S_IFSOCK | cifs_sb->ctx->file_mode; in cifs_fill_common_info()
178 fattr->cf_mode |= S_IFCHR | cifs_sb->ctx->file_mode; in cifs_fill_common_info()
181 fattr->cf_mode |= S_IFBLK | cifs_sb->ctx->file_mode; in cifs_fill_common_info()
184 fattr->cf_mode = S_IFREG | cifs_sb->ctx->file_mode; in cifs_fill_common_info()
A Dfs_context.h182 umode_t file_mode; member
A Dfs_context.c993 ctx->file_mode = result.uint_32; in smb3_fs_context_parse_param()
1331 if (ctx->file_mode == in smb3_fs_context_parse_param()
1333 ctx->file_mode = S_IALLUGO; in smb3_fs_context_parse_param()
1512 ctx->dir_mode = ctx->file_mode = S_IRUGO | S_IXUGO | S_IWUSR; in smb3_init_fs_context()
A Dinode.c678 fattr->cf_mode |= S_IFLNK | cifs_sb->ctx->file_mode;
681 fattr->cf_mode |= S_IFIFO | cifs_sb->ctx->file_mode;
684 fattr->cf_mode |= S_IFSOCK | cifs_sb->ctx->file_mode;
687 fattr->cf_mode |= S_IFCHR | cifs_sb->ctx->file_mode;
690 fattr->cf_mode |= S_IFBLK | cifs_sb->ctx->file_mode;
705 fattr->cf_mode = S_IFREG | cifs_sb->ctx->file_mode;
2941 cifs_sb->ctx->file_mode;
A Dconnect.c2458 if (old->ctx->file_mode != new->ctx->file_mode || in compare_mount_options()
2920 ctx->file_mode, ctx->dir_mode); in cifs_setup_cifs_sb()
A Dcifsfs.c559 cifs_sb->ctx->file_mode, in cifs_show_options()
/linux/include/sound/
A Dseq_oss.h20 int file_mode; /* file mode - see below */ member
/linux/include/linux/mtd/
A Dblktrans.h37 fmode_t file_mode; member
/linux/arch/parisc/kernel/
A Dkexec.c45 if (kimage->file_mode) { in kexec_image_info()
/linux/include/linux/
A Dkexec.h277 unsigned int file_mode:1; member
/linux/Documentation/sound/designs/
A Dseq-oss.rst223 int file_mode;
230 The first three fields, ``app_index``, ``file_mode`` and ``seq_mode``
233 ``file_mode`` is bit-flags indicating the file operation mode. See
/linux/drivers/mtd/
A Dmtdblock.c289 if (mbd->file_mode & FMODE_WRITE) in mtdblock_release()
A Dmtd_blkdevs.c210 dev->file_mode = mode; in blktrans_open()
/linux/Documentation/admin-guide/cifs/
A Dusage.rst317 can be enabled by specifying file_mode and dir_mode on
336 file_mode

Completed in 122 milliseconds

12