Lines Matching +defs:val +defs:page
62 struct page *page; member
132 static int null_param_store_val(const char *str, int *val, int min, int max) in null_param_store_val()
285 static inline ssize_t nullb_device_uint_attr_show(unsigned int val, char *page) in nullb_device_uint_attr_show()
290 static inline ssize_t nullb_device_ulong_attr_show(unsigned long val, in nullb_device_ulong_attr_show()
291 char *page) in nullb_device_ulong_attr_show()
296 static inline ssize_t nullb_device_bool_attr_show(bool val, char *page) in nullb_device_bool_attr_show()
301 static ssize_t nullb_device_uint_attr_store(unsigned int *val, in nullb_device_uint_attr_store()
302 const char *page, size_t count) in nullb_device_uint_attr_store()
315 static ssize_t nullb_device_ulong_attr_store(unsigned long *val, in nullb_device_ulong_attr_store()
316 const char *page, size_t count) in nullb_device_ulong_attr_store()
329 static ssize_t nullb_device_bool_attr_store(bool *val, const char *page, in nullb_device_bool_attr_store()
477 static ssize_t nullb_device_power_show(struct config_item *item, char *page) in nullb_device_power_show()
483 const char *page, size_t count) in nullb_device_power_store()
523 static ssize_t nullb_device_badblocks_show(struct config_item *item, char *page) in nullb_device_badblocks_show()
531 const char *page, size_t count) in nullb_device_badblocks_store()
577 const char *page, size_t count) in nullb_device_zone_readonly_store()
586 const char *page, size_t count) in nullb_device_zone_offline_store()
705 static ssize_t memb_group_features_show(struct config_item *item, char *page) in memb_group_features_show()
867 static bool null_page_empty(struct nullb_page *page) in null_page_empty()
970 struct nullb_page *page = NULL; in null_lookup_page() local
1174 static void nullb_fill_pattern(struct nullb *nullb, struct page *page, in nullb_fill_pattern()
1221 static int null_transfer(struct nullb *nullb, struct page *page, in null_transfer()