Home
last modified time | relevance | path

Searched refs:fscache_cookie_enabled (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/include/linux/
Dfscache.h168 static inline bool fscache_cookie_enabled(struct fscache_cookie *cookie) in fscache_cookie_enabled() function
333 if (fscache_cookie_valid(parent) && fscache_cookie_enabled(parent)) in fscache_acquire_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()
533 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_begin_read_operation()
576 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_read_or_alloc_page()
627 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_read_or_alloc_pages()
658 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_alloc_page()
[all …]
/Linux-v5.15/fs/ceph/
Dcache.h50 return fscache_cookie_enabled(cookie); in ceph_is_cache_enabled()
Dcache.c199 if (fscache_cookie_enabled(ci->fscache)) { in ceph_fscache_file_set_cookie()
/Linux-v5.15/fs/fscache/
Dio.c59 if (!fscache_cookie_enabled(cookie) || in __fscache_begin_read_operation()
Dpage.c240 if (!fscache_cookie_enabled(cookie) || in __fscache_attr_changed()
463 if (!fscache_cookie_enabled(cookie) || in __fscache_read_or_alloc_page()
592 if (!fscache_cookie_enabled(cookie) || in __fscache_read_or_alloc_pages()
704 if (!fscache_cookie_enabled(cookie) || in __fscache_alloc_page()
995 if (!fscache_cookie_enabled(cookie) || in __fscache_write_page()
Dcookie.c642 if (fscache_cookie_enabled(cookie) && in __fscache_invalidate()
696 if (fscache_cookie_enabled(cookie)) { in __fscache_update_cookie()
937 if (!fscache_cookie_enabled(cookie) || in __fscache_check_consistency()
/Linux-v5.15/fs/nfs/
Dfscache.c325 if (fscache_cookie_enabled(cookie)) in nfs_fscache_open_file()
/Linux-v5.15/fs/afs/
Dfile.c347 return fscache_cookie_enabled(cookie) && !hlist_empty(&cookie->backing_objects); in afs_is_cache_enabled()