Home
last modified time | relevance | path

Searched refs:__BIN_ATTR_RO (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/powerpc/kernel/
H A Dsecvar-sysfs.c107 static struct bin_attribute data_attr __ro_after_init = __BIN_ATTR_RO(data, 0);
/linux-6.15/include/linux/
H A Dsysfs.h360 #define __BIN_ATTR_RO(_name, _size) \ macro
376 struct bin_attribute bin_attr_##_name = __BIN_ATTR_RO(_name, _size)