Searched refs:sysfs_int_show (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/orangefs/ |
| H A D | orangefs-sysfs.c | 210 static ssize_t sysfs_int_show(struct kobject *kobj, in sysfs_int_show() function 826 __ATTR(op_timeout_secs, 0664, sysfs_int_show, sysfs_int_store); 829 __ATTR(slot_timeout_secs, 0664, sysfs_int_show, sysfs_int_store); 832 __ATTR(cache_timeout_msecs, 0664, sysfs_int_show, sysfs_int_store); 835 __ATTR(dcache_timeout_msecs, 0664, sysfs_int_show, sysfs_int_store); 838 __ATTR(getattr_timeout_msecs, 0664, sysfs_int_show, sysfs_int_store); 1136 sysfs_int_show, 1142 sysfs_int_show,
|