Searched refs:ca_mode (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/filesystems/configfs/
H A Dconfigfs_example.c114 .attr = { .ca_owner = THIS_MODULE, .ca_name = "showme", .ca_mode = S_IRUGO },
118 .attr = { .ca_owner = THIS_MODULE, .ca_name = "storeme", .ca_mode = S_IRUGO | S_IWUSR },
123 .attr = { .ca_owner = THIS_MODULE, .ca_name = "description", .ca_mode = S_IRUGO },
209 .ca_mode = S_IRUGO | S_IWUSR,
297 .ca_mode = S_IRUGO,
383 .ca_mode = S_IRUGO,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dconfigfs.h131 mode_t ca_mode; member in struct:configfs_attribute
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dnodemanager.c418 .ca_mode = S_IRUGO | S_IWUSR },
426 .ca_mode = S_IRUGO | S_IWUSR },
434 .ca_mode = S_IRUGO | S_IWUSR },
442 .ca_mode = S_IRUGO | S_IWUSR },
638 .ca_mode = S_IRUGO | S_IWUSR },
646 .ca_mode = S_IRUGO | S_IWUSR },
654 .ca_mode = S_IRUGO | S_IWUSR },
H A Dheartbeat.c1382 .ca_mode = S_IRUGO | S_IWUSR },
1390 .ca_mode = S_IRUGO | S_IWUSR },
1398 .ca_mode = S_IRUGO | S_IWUSR },
1406 .ca_mode = S_IRUGO | S_IWUSR },
1414 .ca_mode = S_IRUGO | S_IRUSR },
1583 .ca_mode = S_IRUGO | S_IWUSR },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dconfig.c136 .ca_mode = _mode, \
195 .ca_mode = S_IRUGO | S_IWUSR },
203 .ca_mode = S_IRUGO | S_IWUSR },
211 .ca_mode = S_IRUGO | S_IWUSR },
236 .ca_mode = S_IRUGO | S_IWUSR },
244 .ca_mode = S_IRUGO | S_IWUSR },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/configfs/
H A Dfile.c312 umode_t mode = (attr->ca_mode & S_IALLUGO) | S_IFREG;
H A Ddir.c286 error = configfs_create(dentry, (attr->ca_mode & S_IALLUGO) | S_IFREG, init_file);

Completed in 68 milliseconds