Lines Matching refs:method

80      the cache method to be invoked, or
168 method is called to give the op CPU time, and the release method to get
192 do this, the retrieval->op.processor method pointer should be set
211 the write_page() method on the object at appropriate times to effect
237 This method is used to allocate a cache object representation to back a
243 will call the lookup_complete() method to allow the cache to release the
251 This method is used to look up an object, given that the object is already
255 The method should call fscache_object_lookup_negative() as soon as
270 This method is called to ask the cache to release any resources it was
278 This method is called to increment the reference count on an object. It
306 This method is called to have the cache check the saved auxiliary data of
336 This method is called to indicate that an object has been unbound from its
340 This method should not attempt to release any references held by the
341 caller. The caller will invoke the put_object() method as appropriate.
348 This method is used to discard a reference to an object. The object may
375 method.
381 This method may return -ve if an error occurred or the cache object cannot
456 This is like the read_or_alloc_page() method, except it is handed a list
475 This is like the read_or_alloc_page() method, except that it shouldn't
478 the write_page() method can write to the cache.
492 This is an multiple page version of the allocate_page() method. pages and
493 nr_pages should be treated as for the read_or_alloc_pages() method.
505 This method is called asynchronously from the FS-Cache thread pool. It is
513 If this method returns success then FS-Cache will inform the netfs