Searched refs:sysfs_int_store (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/fs/orangefs/ |
D | orangefs-sysfs.c | 280 static ssize_t sysfs_int_store(struct kobject *kobj, in sysfs_int_store() function 834 __ATTR(op_timeout_secs, 0664, sysfs_int_show, sysfs_int_store); 837 __ATTR(slot_timeout_secs, 0664, sysfs_int_show, sysfs_int_store); 840 __ATTR(cache_timeout_msecs, 0664, sysfs_int_show, sysfs_int_store); 843 __ATTR(dcache_timeout_msecs, 0664, sysfs_int_show, sysfs_int_store); 846 __ATTR(getattr_timeout_msecs, 0664, sysfs_int_show, sysfs_int_store);
|