Lines Matching full:operation
56 struct work_struct op_gc; /* operation garbage collector */
71 * operation to be applied to a cache object
84 #define FSCACHE_OP_TYPE 0x000f /* operation type */
96 /* operation processor callback
101 /* operation releaser */
112 * fscache_operation_init - Do basic initialisation of an operation
113 * @op: The operation to initialise
116 * Do basic initialisation of an operation. The caller must still set flags,
132 * data read operation
153 * fscache_get_retrieval - Get an extra reference on a retrieval operation
154 * @op: The retrieval operation to get a reference on
156 * Get an extra reference on a retrieval operation.
166 * fscache_enqueue_retrieval - Enqueue a retrieval operation for processing
167 * @op: The retrieval operation affected
169 * Enqueue a retrieval operation for processing by the FS-Cache thread pool.
177 * fscache_put_retrieval - Drop a reference to a retrieval operation
178 * @op: The retrieval operation affected
180 * Drop a reference to a retrieval operation.
478 * fscache_end_io - End a retrieval operation on a page
479 * @op: The FS-Cache operation covering the retrieval
483 * Note the end of an operation to retrieve a page, as covered by a particular
484 * operation record.