Lines Matching refs:called
194 This function will be called with the netfs data that was passed to the
201 This function will be called with the netfs data that was passed to the
210 This function will be called with the netfs data that was passed to the
223 This function will be called to check that a match found in the cache for
245 valid until after the I/O completion is called, two functions may be
252 be called in interrupt context and so may not sleep.
256 This is called by the cache to indicate that it is retaining in-memory
262 called, so the function need not be provided if this is sufficient.
268 This is called by FS-Cache to indicate that a backing store is being
489 (1) The mark_pages_cached() cookie operation will be called on that page.
508 data. fscache_readpages_cancel() may need to be called.
510 end_io_func() will be called in process context if the read is results in
511 an error, but it might be called in interrupt context if the read is
517 (1) The mark_pages_cached() cookie operation will be called on that page.
543 The mark_pages_cached() cookie operation will be called on the page if
609 (2) The mark_pages_cached() cookie operation will be called on several pages
623 (4) end_io_func will be called once for each page being read as the reads
624 complete. It will be called in process context if error != 0, but it may
625 be called in interrupt context if there is no error.
652 To uncache a page, this function should be called:
658 might be holding for this netfs page. This function must be called once for
659 each page on which the read or write page functions above have been called to
720 cache, the following function can be called:
729 following function should be called:
735 entry. The update method in the parent index definition will be called to
825 To get rid of a cookie, this function should be called.
835 acquisition function is called. Retirement here will overrule the pinning on a
838 One very important note - relinquish must NOT be called for a cookie unless all
861 can be called:
865 This can be called with spinlocks held as it defers the work to a thread pool.
898 will be called on a page to get rid of it, even if PG_private is not set. This
899 allows caching to attempted on a page before read_cache_pages() to be called