• Home
  • Raw
  • Download

Lines Matching full:called

70 In CacheFS's case, this is called by put_super().
97 A sysfs directory called /sys/fs/fscache/<cachetag>/ is created if CONFIG_SYSFS
145 is backing. An object should retired when put_object() is called if it is
165 method is called to give the op CPU time, and the release method to get
190 appropriately by the backend and fscache_enqueue_retrieval() called to
236 cookie in a particular cache. fscache_object_init() should be called on
256 fscache_obtained_object() should be called once the object is in a
258 should also be called once a non-present object has been created.
260 If a lookup error occurs, fscache_object_lookup_error() should be called
268 This method is called to ask the cache to release any resources it was
276 This method is called to increment the reference count on an object. It
304 This method is called to have the cache check the saved auxiliary data of
313 This is called to update the index entry for the specified object. The
322 This is called to invalidate a data object (as pointed to by op->object).
327 fscache_op_complete() must be called on op before returning.
334 This method is called to indicate that an object has been unbound from its
354 This is called to ask the backend to synchronise a cache with its backing
362 This is called to ask a cache to perform any page dissociations as part of
370 This is called to indicate to the cache that certain attributes on a netfs
391 This is called to request that cache space be reserved to hold the data
411 This is called to attempt to read a netfs page from the cache, or to
421 called.
423 The fscache_mark_pages_cached() should be called for the page if any cache
435 be called at an appropriate point to request CPU time. For instance, the
439 If an I/O error occurs, fscache_io_error() should be called and -ENOBUFS
440 returned if possible or fscache_end_io() called with a suitable error
443 fscache_put_retrieval() should be called after a page or pages are dealt
499 This is called to write from a page on which there was a previously
503 This method is called asynchronously from the FS-Cache thread pool. It is
519 This is called when a netfs page is being evicted from the pagecache. The
534 has been called, only resource dissociation operations (object and page
546 This is called to note the end of an attempt to retrieve a page. The
556 This is called to record the fact that one or more pages have been dealt
566 This is called to record the completion of an operation. This deducts
586 This marks a set of pages as being cached. After this has been called,
626 This must be called to inform FS-Cache that an object that belonged to a
636 This is called to indicate to FS-Cache that a lookup process for an object
643 This may be called multiple times on an object. Only the first call is
651 This is called to indicate to FS-Cache that a lookup process for an object
653 only be called once for any particular object.
677 This is called to indicate that the lookup procedure found an object in
687 This is called to indicate that the cache backend preemptively killed an
718 op->op.processor callback function. This function may be called from