Searched refs:S_IWUSR (Results 1 – 4 of 4) sorted by relevance
128 .ca_mode = S_IRUGO | S_IWUSR, \145 .ca_mode = S_IWUSR, \165 .ca_mode = S_IRUGO | S_IWUSR, \190 .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