Searched refs:netfs_is_cache_enabled (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/netfs/
H A Dobjects.c26 bool cached = !is_unbuffered && netfs_is_cache_enabled(ctx);
H A Dinternal.h154 static inline bool netfs_is_cache_enabled(struct netfs_inode *ctx) function
H A Dbuffered_read.c450 if (!netfs_is_cache_enabled(ctx) &&
H A Dbuffered_write.c87 if (netfs_is_cache_enabled(ctx)) {
905 bool caching = netfs_is_cache_enabled(ctx);

Completed in 205 milliseconds