Lines Matching full:store
3 * SCLP Store Data support and sysfs interface
53 * struct sclp_sd_data - Result of a Store Data request
65 * struct sclp_sd_listener - Listener for asynchronous Store Data response
69 * @evbuf: Contains the resulting Store Data response after completion
79 * struct sclp_sd_file - Sysfs representation of a Store Data entity
102 * sclp_sd_listener_add() - Add listener for Store Data responses
113 * sclp_sd_listener_remove() - Remove listener for Store Data responses
124 * sclp_sd_listener_init() - Initialize a Store Data response listener
127 * Initialize a listener for asynchronous Store Data responses. This listener
139 * sclp_sd_receiver() - Receiver for Store Data events
142 * Process Store Data events and complete listeners with matching event IDs.
174 * sclp_sd_sync() - Perform Store Data request synchronously
183 * Perform Store Data request with specified parameters and wait for completion.
185 * Return %0 on success and store resulting DSIZE and ESIZE values in
258 pr_warn("Store Data request failed (eq=%d, di=%d, " in sclp_sd_sync()
271 * sclp_sd_store_data() - Obtain data for specified Store Data entity
275 * Perform a series of Store Data requests to obtain the size and contents of
276 * the specified Store Data entity.
341 * sclp_sd_data_reset() - Reset Store Data result buffer
370 * Obtain the current version of data associated with the Store Data entity
415 * reload_store() - Store function for "reload" sysfs attribute
450 * Store the requested portion of the Store Data entity contents into the
480 * sclp_sd_file_create() - Add a sysfs file representing a Store Data entity
488 * The files in this directory can be used to access the contents of the Store
532 /* Don't let a slow Store Data request delay further initialization */ in sclp_sd_file_create()