Lines Matching refs:S_IWUSR
312 DEVICE_CHANNEL(ch0_dimm_label, S_IRUGO | S_IWUSR,
314 DEVICE_CHANNEL(ch1_dimm_label, S_IRUGO | S_IWUSR,
316 DEVICE_CHANNEL(ch2_dimm_label, S_IRUGO | S_IWUSR,
318 DEVICE_CHANNEL(ch3_dimm_label, S_IRUGO | S_IWUSR,
320 DEVICE_CHANNEL(ch4_dimm_label, S_IRUGO | S_IWUSR,
322 DEVICE_CHANNEL(ch5_dimm_label, S_IRUGO | S_IWUSR,
546 static DEVICE_ATTR(dimm_label, S_IRUGO | S_IWUSR,
835 static DEVICE_ATTR(reset_counters, S_IWUSR, NULL, mci_reset_counters_store);
877 mode |= S_IWUSR; in mci_attr_is_visible()
939 d = debugfs_create_u8(name, S_IRUGO | S_IWUSR, parent, in edac_create_debug_nodes()
945 d = debugfs_create_bool("fake_inject_ue", S_IRUGO | S_IWUSR, parent, in edac_create_debug_nodes()
950 d = debugfs_create_u16("fake_inject_count", S_IRUGO | S_IWUSR, parent, in edac_create_debug_nodes()
955 d = debugfs_create_file("fake_inject", S_IWUSR, parent, in edac_create_debug_nodes()