/linux-6.1.9/drivers/usb/gadget/function/ |
D | u_uac1_legacy.c | 211 snd->filp = filp_open(fn_cntl, O_RDWR, 0); in gaudio_open_snd_dev() 223 snd->filp = filp_open(fn_play, O_WRONLY, 0); in gaudio_open_snd_dev() 238 snd->filp = filp_open(fn_cap, O_RDONLY, 0); in gaudio_open_snd_dev()
|
D | storage_common.c | 193 filp = filp_open(filename, O_RDWR | O_LARGEFILE, 0); in fsg_lun_open() 198 filp = filp_open(filename, O_RDONLY | O_LARGEFILE, 0); in fsg_lun_open()
|
/linux-6.1.9/init/ |
D | do_mounts_rd.c | 198 out_file = filp_open("/dev/ram", O_RDWR, 0); in rd_load_image() 202 in_file = filp_open(from, O_RDONLY, 0); in rd_load_image()
|
D | initramfs.c | 378 wfile = filp_open(collected, openflags, mode); in do_name() 683 file = filp_open("/initrd.image", O_WRONLY | O_CREAT, 0700); in populate_initrd_image()
|
D | main.c | 1588 struct file *file = filp_open("/dev/console", O_RDWR, 0); in console_on_rootfs()
|
/linux-6.1.9/fs/ |
D | kernel_read_file.c | 137 file = filp_open(path, O_RDONLY, 0); in kernel_read_file_from_path()
|
D | open.c | 1269 struct file *filp_open(const char *filename, int flags, umode_t mode) in filp_open() function 1280 EXPORT_SYMBOL(filp_open);
|
D | coredump.c | 696 cprm.file = filp_open(cn.corename, open_flags, 0600); in do_coredump()
|
/linux-6.1.9/drivers/cpufreq/ |
D | amd-pstate-ut.c | 74 filp = filp_open(path, O_RDONLY, 0); in get_shared_mem()
|
/linux-6.1.9/fs/pstore/ |
D | blk.c | 212 psblk_file = filp_open(devpath, O_RDWR | O_DSYNC | O_NOATIME | O_EXCL, 0); in __register_pstore_blk()
|
/linux-6.1.9/drivers/target/ |
D | target_core_file.c | 140 file = filp_open(fd_dev->fd_dev_name, flags, 0600); in fd_configure_device() 857 prot_file = filp_open(buf, flags, 0600); in fd_init_prot()
|
D | target_core_configfs.c | 133 fp = filp_open(db_root_stage, O_RDONLY, 0); in target_core_item_dbroot_store() 3570 fp = filp_open(db_root_stage, O_RDONLY, 0); in target_init_dbroot()
|
D | target_core_alua.c | 860 struct file *file = filp_open(path, O_RDWR | O_CREAT | O_TRUNC, 0600); in core_alua_write_tpg_metadata()
|
D | target_core_pr.c | 1969 file = filp_open(path, flags, 0600); in __core_scsi3_write_aptpl_to_file()
|
/linux-6.1.9/drivers/nvme/target/ |
D | io-cmd-file.c | 41 ns->file = filp_open(ns->device_path, flags, 0); in nvmet_file_ns_enable()
|
D | passthru.c | 590 file = filp_open(subsys->passthru_ctrl_path, O_RDWR, 0); in nvmet_passthru_ctrl_enable()
|
/linux-6.1.9/lib/ |
D | test_lockup.c | 534 test_file = filp_open(test_file_path, O_RDONLY, 0); in test_lockup_init()
|
/linux-6.1.9/fs/nfsd/ |
D | nfs4recover.c | 543 nn->rec_file = filp_open(user_recovery_dirname, O_RDONLY | O_DIRECTORY, 0); in nfsd4_init_recdir()
|
/linux-6.1.9/drivers/block/zram/ |
D | zram_drv.c | 508 backing_dev = filp_open(file_name, O_RDWR|O_LARGEFILE, 0); in backing_dev_store()
|
/linux-6.1.9/drivers/mtd/nand/raw/ |
D | nandsim.c | 542 cfile = filp_open(cache_file, O_CREAT | O_RDWR | O_LARGEFILE, 0600); in ns_alloc_device()
|
/linux-6.1.9/include/linux/ |
D | fs.h | 2771 extern struct file *filp_open(const char *, int, umode_t);
|