Lines Matching refs:ext4_attr
2329 struct ext4_attr { struct
2331 ssize_t (*show)(struct ext4_attr *, struct ext4_sb_info *, char *); argument
2332 ssize_t (*store)(struct ext4_attr *, struct ext4_sb_info *, argument
2350 static ssize_t delayed_allocation_blocks_show(struct ext4_attr *a, in delayed_allocation_blocks_show() argument
2359 static ssize_t session_write_kbytes_show(struct ext4_attr *a, in session_write_kbytes_show()
2371 static ssize_t lifetime_write_kbytes_show(struct ext4_attr *a, in lifetime_write_kbytes_show()
2384 static ssize_t inode_readahead_blks_store(struct ext4_attr *a, in inode_readahead_blks_store()
2400 static ssize_t sbi_ui_show(struct ext4_attr *a, in sbi_ui_show()
2408 static ssize_t sbi_ui_store(struct ext4_attr *a, in sbi_ui_store()
2422 static struct ext4_attr ext4_attr_##_name = { \
2429 static struct ext4_attr ext4_attr_##name = __ATTR(name, mode, show, store)
2483 struct ext4_attr *a = container_of(attr, struct ext4_attr, attr); in ext4_attr_show()
2494 struct ext4_attr *a = container_of(attr, struct ext4_attr, attr); in ext4_attr_store()