filp_open         474 drivers/block/zram/zram_drv.c 	backing_dev = filp_open(file_name, O_RDWR|O_LARGEFILE, 0);
filp_open         533 drivers/mtd/nand/raw/nandsim.c 		cfile = filp_open(cache_file, O_CREAT | O_RDWR | O_LARGEFILE, 0600);
filp_open          39 drivers/nvme/target/io-cmd-file.c 	ns->file = filp_open(ns->device_path, flags, 0);
filp_open          80 drivers/staging/rtl8723bs/os_dep/osdep_service.c 	fp = filp_open(path, flag, mode);
filp_open         134 drivers/staging/rtl8723bs/os_dep/osdep_service.c 	fp = filp_open(path, O_RDONLY, 0);
filp_open         885 drivers/target/target_core_alua.c 	struct file *file = filp_open(path, O_RDWR | O_CREAT | O_TRUNC, 0600);
filp_open         132 drivers/target/target_core_configfs.c 	fp = filp_open(db_root_stage, O_RDONLY, 0);
filp_open        3441 drivers/target/target_core_configfs.c 	fp = filp_open(db_root_stage, O_RDONLY, 0);
filp_open         121 drivers/target/target_core_file.c 	file = filp_open(fd_dev->fd_dev_name, flags, 0600);
filp_open         861 drivers/target/target_core_file.c 	prot_file = filp_open(buf, flags, 0600);
filp_open        1979 drivers/target/target_core_pr.c 	file = filp_open(path, flags, 0600);
filp_open         193 drivers/usb/gadget/function/storage_common.c 		filp = filp_open(filename, O_RDWR | O_LARGEFILE, 0);
filp_open         198 drivers/usb/gadget/function/storage_common.c 		filp = filp_open(filename, O_RDONLY | O_LARGEFILE, 0);
filp_open         211 drivers/usb/gadget/function/u_uac1_legacy.c 	snd->filp = filp_open(fn_cntl, O_RDWR, 0);
filp_open         223 drivers/usb/gadget/function/u_uac1_legacy.c 	snd->filp = filp_open(fn_play, O_WRONLY, 0);
filp_open         238 drivers/usb/gadget/function/u_uac1_legacy.c 	snd->filp = filp_open(fn_cap, O_RDONLY, 0);
filp_open        1990 fs/btrfs/volumes.c 	filp = filp_open(path_name, O_RDWR, 0);
filp_open         752 fs/coredump.c  			cprm.file = filp_open(cn.corename, open_flags, 0600);
filp_open         975 fs/exec.c      	file = filp_open(path, O_RDONLY, 0);
filp_open         551 fs/nfsd/nfs4recover.c 	nn->rec_file = filp_open(user_recovery_dirname, O_RDONLY | O_DIRECTORY, 0);
filp_open        1066 fs/open.c      EXPORT_SYMBOL(filp_open);
filp_open        2535 include/linux/fs.h extern struct file *filp_open(const char *, int, umode_t);