• Home
  • Raw
  • Download

Lines Matching full:called

182      This function will be called to check that a match found in the cache for
207 valid until after the I/O completion is called, two functions may be
214 be called in interrupt context and so may not sleep.
218 This is called by the cache to indicate that it is retaining in-memory
224 called, so the function need not be provided if this is sufficient.
230 This is called by FS-Cache to indicate that a backing store is being
468 (1) The mark_pages_cached() cookie operation will be called on that page.
487 data. fscache_readpages_cancel() may need to be called.
489 end_io_func() will be called in process context if the read is results in
490 an error, but it might be called in interrupt context if the read is
496 (1) The mark_pages_cached() cookie operation will be called on that page.
522 The mark_pages_cached() cookie operation will be called on the page if
589 (2) The mark_pages_cached() cookie operation will be called on several pages
603 (4) end_io_func will be called once for each page being read as the reads
604 complete. It will be called in process context if error != 0, but it may
605 be called in interrupt context if there is no error.
632 To uncache a page, this function should be called:
638 might be holding for this netfs page. This function must be called once for
639 each page on which the read or write page functions above have been called to
700 cache, the following function can be called:
711 following function should be called:
718 method in the parent index definition will be called to transfer the data.
816 To get rid of a cookie, this function should be called.
827 acquisition function is called. Retirement here will overrule the pinning on a
833 One very important note - relinquish must NOT be called for a cookie unless all
856 can be called:
860 This can be called with spinlocks held as it defers the work to a thread pool.
893 will be called on a page to get rid of it, even if PG_private is not set. This
894 allows caching to attempted on a page before read_cache_pages() to be called