• Home
  • Raw
  • Download

Lines Matching full:called

178      This function will be called to check that a match found in the cache for
208 valid until after the I/O completion is called, two functions may be
215 be called in interrupt context and so may not sleep.
219 This is called by the cache to indicate that it is retaining in-memory
225 called, so the function need not be provided if this is sufficient.
231 This is called by FS-Cache to indicate that a backing store is being
462 (1) The mark_pages_cached() cookie operation will be called on that page.
481 data. fscache_readpages_cancel() may need to be called.
483 end_io_func() will be called in process context if the read is results in
484 an error, but it might be called in interrupt context if the read is
490 (1) The mark_pages_cached() cookie operation will be called on that page.
516 The mark_pages_cached() cookie operation will be called on the page if
583 (2) The mark_pages_cached() cookie operation will be called on several pages
597 (4) end_io_func will be called once for each page being read as the reads
598 complete. It will be called in process context if error != 0, but it may
599 be called in interrupt context if there is no error.
625 To uncache a page, this function should be called::
631 might be holding for this netfs page. This function must be called once for
632 each page on which the read or write page functions above have been called to
692 cache, the following function can be called::
703 following function should be called::
710 method in the parent index definition will be called to transfer the data.
805 To get rid of a cookie, this function should be called::
816 acquisition function is called. Retirement here will overrule the pinning on a
822 One very important note - relinquish must NOT be called for a cookie unless all
843 can be called::
847 This can be called with spinlocks held as it defers the work to a thread pool.
879 will be called on a page to get rid of it, even if PG_private is not set. This
880 allows caching to attempted on a page before read_cache_pages() to be called