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
128 * Initialize a listener for asynchronous Store Data responses. This listener
140 * sclp_sd_receiver() - Receiver for Store Data events
143 * Process Store Data events and complete listeners with matching event IDs.
175 * sclp_sd_sync() - Perform Store Data request synchronously
184 * Perform Store Data request with specified parameters and wait for completion.
186 * Return %0 on success and store resulting DSIZE and ESIZE values in
259 pr_warn("Store Data request failed (eq=%d, di=%d, " in sclp_sd_sync()
272 * sclp_sd_store_data() - Obtain data for specified Store Data entity
276 * Perform a series of Store Data requests to obtain the size and contents of
277 * the specified Store Data entity.
342 * sclp_sd_data_reset() - Reset Store Data result buffer
371 * Obtain the current version of data associated with the Store Data entity
417 * reload_store() - Store function for "reload" sysfs attribute
458 * Store the requested portion of the Store Data entity contents into the
488 * sclp_sd_file_create() - Add a sysfs file representing a Store Data entity
496 * The files in this directory can be used to access the contents of the Store
540 /* Don't let a slow Store Data request delay further initialization */ in sclp_sd_file_create()