Home
last modified time | relevance | path

Searched refs:fscache_cookie_valid (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dfscache.h25 #define fscache_cookie_valid(cookie) (cookie) macro
28 #define fscache_cookie_valid(cookie) (0) macro
333 if (fscache_cookie_valid(parent) && fscache_cookie_enabled(parent)) in fscache_acquire_cookie()
362 if (fscache_cookie_valid(cookie)) in fscache_relinquish_cookie()
382 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_check_consistency()
403 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_update_cookie()
450 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_attr_changed()
472 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_invalidate()
488 if (fscache_cookie_valid(cookie)) in fscache_wait_on_invalidate()
546 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_read_or_alloc_page()
[all …]
/kernel/linux/linux-5.10/fs/ceph/
Dcache.c190 if (!fscache_cookie_valid(ci->fscache)) in ceph_fscache_file_set_cookie()
312 if (fscache_cookie_valid(fsc->fscache)) { in ceph_fscache_unregister_fs()
Dcache.h64 if (fscache_cookie_valid(ci->fscache) && PageFsCache(page)) in ceph_fscache_readpage_cancel()
/kernel/linux/linux-5.10/fs/nfs/
Dfscache.c311 if (!fscache_cookie_valid(cookie)) in nfs_fscache_open_file()