Lines Matching defs:page
63 struct page *page; member
234 static inline ssize_t nullb_device_uint_attr_show(unsigned int val, char *page) in nullb_device_uint_attr_show()
240 char *page) in nullb_device_ulong_attr_show()
245 static inline ssize_t nullb_device_bool_attr_show(bool val, char *page) in nullb_device_bool_attr_show()
251 const char *page, size_t count) in nullb_device_uint_attr_store()
265 const char *page, size_t count) in nullb_device_ulong_attr_store()
278 static ssize_t nullb_device_bool_attr_store(bool *val, const char *page, in nullb_device_bool_attr_store()
365 static ssize_t nullb_device_power_show(struct config_item *item, char *page) in nullb_device_power_show()
371 const char *page, size_t count) in nullb_device_power_store()
406 static ssize_t nullb_device_badblocks_show(struct config_item *item, char *page) in nullb_device_badblocks_show()
414 const char *page, size_t count) in nullb_device_badblocks_store()
533 static ssize_t memb_group_features_show(struct config_item *item, char *page) in memb_group_features_show()
751 static bool null_page_empty(struct nullb_page *page) in null_page_empty()
854 struct nullb_page *page = NULL; in null_lookup_page() local
1069 static void nullb_fill_pattern(struct nullb *nullb, struct page *page, in nullb_fill_pattern()
1115 static int null_transfer(struct nullb *nullb, struct page *page, in null_transfer()