Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfscache.h333 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()
709 if (fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie)) in fscache_write_page()
[all …]
/linux/fs/ceph/
A Dcache.h50 return fscache_cookie_enabled(cookie); in ceph_is_cache_enabled()
A Dcache.c182 if (fscache_cookie_enabled(ci->fscache)) { in ceph_fscache_file_set_cookie()
/linux/fs/fscache/
A 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()
A Dio.c59 if (!fscache_cookie_enabled(cookie) || in __fscache_begin_read_operation()
A 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/fs/9p/
A Dvfs_addr.c81 return fscache_cookie_enabled(cookie) && !hlist_empty(&cookie->backing_objects); in v9fs_is_cache_enabled()
/linux/fs/nfs/
A Dfscache.c325 if (fscache_cookie_enabled(cookie)) in nfs_fscache_open_file()
/linux/fs/afs/
A Dfile.c357 return fscache_cookie_enabled(cookie) && !hlist_empty(&cookie->backing_objects); in afs_is_cache_enabled()

Completed in 19 milliseconds