Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsysfs.c55 struct ext4_attr { struct
173 static struct ext4_attr ext4_attr_##_name = { \
183 static struct ext4_attr ext4_attr_##_name = { \
193 static struct ext4_attr ext4_attr_##_name = { \
228 static struct ext4_attr ext4_attr_##_name = { \
398 static void *calc_ptr(struct ext4_attr *a, struct ext4_sb_info *sbi) in calc_ptr()
420 static ssize_t ext4_generic_attr_show(struct ext4_attr *a, in ext4_generic_attr_show()
459 struct ext4_attr *a = container_of(attr, struct ext4_attr, attr); in ext4_attr_show()
491 static ssize_t ext4_generic_attr_store(struct ext4_attr *a, in ext4_generic_attr_store()
553 struct ext4_attr *a = container_of(attr, struct ext4_attr, attr); in ext4_attr_store()