Searched refs:S_IWUSR (Results 1 – 4 of 4) sorted by relevance
126 .ca_mode = S_IRUGO | S_IWUSR, \143 .ca_mode = S_IWUSR, \163 .ca_mode = S_IRUGO | S_IWUSR, \188 .ca_mode = S_IWUSR, \
12 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
16 DEVICE_ATTR(_name, S_IRUGO | S_IWUSR , show_##_name, store_##_name)
31 #define S_IWUSR 00200 macro