Lines Matching refs:then
6 FS-Cache for it to then serve out to network filesystems and other interested
38 The cache should then be registered with FS-Cache by passing a pointer to the
186 allocation requests made by the netfs. This struct is then passed to the
257 object is found to exist and the netfs indicates that it is valid then
417 If there's no page in the cache, then -ENODATA should be returned if the
421 If there is suitable data in the cache, then a read operation should be
462 If there was an error such as -ENOMEM, then that should be returned; else
463 if one or more pages couldn't be read or allocated, then -ENOBUFS should
464 be returned; else if one or more pages couldn't be read, then -ENODATA
465 should be returned. If all the pages are dispatched then 0 should be
480 If there's no backing block available, then -ENOBUFS should be returned
482 allocated, then the netfs page should be marked and 0 returned.
506 not required to actually store anything, provided -ENODATA is then
509 If an error occurred, then a negative error code should be returned,
513 If this method returns success then FS-Cache will inform the netfs