Home
last modified time | relevance | path

Searched refs:readwrite (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dprobe-file.c72 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/
DMakefile9 logfs-y += readwrite.o
/linux-4.4.14/drivers/media/usb/dvb-usb/
Daf9005.c58 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/
Ddo_mounts.c62 static int __init readwrite(char *str) in readwrite() function
71 __setup("rw", readwrite);
/linux-4.4.14/drivers/mtd/nand/
DKconfig123 expermental, readwrite
/linux-4.4.14/Documentation/filesystems/
Dext4.txt123 - http://www.bullopensource.org/ext4/20080818-ffsb/ffsb-readwrite-2.6.27-rc1.html