Searched refs:readwrite (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | probe-file.c | 72 static int open_probe_events(const char *trace_file, bool readwrite) in open_probe_events() argument 81 pr_debug("Opening %s write=%d\n", buf, readwrite); in open_probe_events() 82 if (readwrite && !probe_event_dry_run) in open_probe_events() 93 static int open_kprobe_events(bool readwrite) in open_kprobe_events() argument 95 return open_probe_events("kprobe_events", readwrite); in open_kprobe_events() 98 static int open_uprobe_events(bool readwrite) in open_uprobe_events() argument 100 return open_probe_events("uprobe_events", readwrite); in open_uprobe_events()
|
/linux-4.4.14/fs/logfs/ |
D | Makefile | 9 logfs-y += readwrite.o
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | af9005.c | 58 int readwrite, int type, u8 * values, int len) in af9005_generic_read_write() argument 96 command |= readwrite; in af9005_generic_read_write() 97 if (readwrite == AF9005_CMD_WRITE) in af9005_generic_read_write() 139 if (readwrite == AF9005_CMD_READ) in af9005_generic_read_write()
|
/linux-4.4.14/init/ |
D | do_mounts.c | 62 static int __init readwrite(char *str) in readwrite() function 71 __setup("rw", readwrite);
|
/linux-4.4.14/drivers/mtd/nand/ |
D | Kconfig | 123 expermental, readwrite
|
/linux-4.4.14/Documentation/filesystems/ |
D | ext4.txt | 123 - http://www.bullopensource.org/ext4/20080818-ffsb/ffsb-readwrite-2.6.27-rc1.html
|