Searched refs:fscache_cookie_enabled (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dfscache.h27 #define fscache_cookie_enabled(cookie) (cookie && !test_bit(FSCACHE_COOKIE_DISABLED, &cookie->flags)) macro
34 #define fscache_cookie_enabled(cookie) (0) macro
371 if (fscache_cookie_enabled(cookie))
388 if (fscache_cookie_enabled(cookie))
415 if (fscache_cookie_enabled(cookie))
453 if (fscache_cookie_enabled(cookie))
538 if (fscache_cookie_enabled(cookie))
/linux-master/fs/ceph/
H A Dcache.h56 return fscache_cookie_enabled(ceph_fscache_cookie(ceph_inode(inode)));
/linux-master/fs/smb/client/
H A Dfscache.h114 return fscache_cookie_enabled(cifs_inode_cookie(inode));
H A Dfile.c4623 bool caching = fscache_cookie_enabled(cifs_inode_cookie(ractl->mapping->host)) &&
/linux-master/fs/netfs/
H A Dinternal.h160 fscache_cookie_enabled(cookie);
H A Doutput.c291 if (!fscache_cookie_enabled(cookie)) {

Completed in 370 milliseconds