Searched refs:readwrite (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/sgi/
H A Dmc.h18 volatile u32 cpuctrl0; /* CPU control register 0, readwrite */
39 volatile u32 cpuctrl1; /* CPU control register 1, readwrite */
/linux-4.1.27/init/
H A Ddo_mounts.c62 static int __init readwrite(char *str) readwrite() function
71 __setup("rw", readwrite);
/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Daf9005.c58 int readwrite, int type, u8 * values, int len) af9005_generic_read_write()
96 command |= readwrite; af9005_generic_read_write()
97 if (readwrite == AF9005_CMD_WRITE) af9005_generic_read_write()
139 if (readwrite == AF9005_CMD_READ) af9005_generic_read_write()
57 af9005_generic_read_write(struct dvb_usb_device *d, u16 reg, int readwrite, int type, u8 * values, int len) af9005_generic_read_write() argument
/linux-4.1.27/tools/perf/util/
H A Dprobe-event.c1936 static int open_probe_events(const char *trace_file, bool readwrite) open_probe_events() argument
1955 pr_debug("Opening %s write=%d\n", buf, readwrite); open_probe_events()
1956 if (readwrite && !probe_event_dry_run) open_probe_events()
1967 static int open_kprobe_events(bool readwrite) open_kprobe_events() argument
1969 return open_probe_events("kprobe_events", readwrite); open_kprobe_events()
1972 static int open_uprobe_events(bool readwrite) open_uprobe_events() argument
1974 return open_probe_events("uprobe_events", readwrite); open_uprobe_events()
/linux-4.1.27/fs/logfs/
H A Dlogfs.h395 /* readwrite.c fields */
529 /* these logically belong into inode.c but actually reside in readwrite.c */
542 /* readwrite.c */
H A Dreadwrite.c2 * fs/logfs/readwrite.c
/linux-4.1.27/security/smack/
H A Dsmack_access.c173 * access (e.g. read is included in readwrite) it's smk_access()
/linux-4.1.27/fs/ext3/
H A Dsuper.c1536 /* Check if feature set allows readwrite operations */ ext3_orphan_cleanup()
/linux-4.1.27/fs/ext4/
H A Dsuper.c5011 /* Make sure we can mount this feature set readwrite */ ext4_remount()

Completed in 491 milliseconds