nocache           998 fs/erofs/zdata.c 	const bool nocache = __builtin_constant_p(mc) ? !mc : false;
nocache          1019 fs/erofs/zdata.c 	if (!nocache && page == PAGE_UNALLOCATED) {
nocache          1035 fs/erofs/zdata.c 	if (nocache) {
nocache          1102 fs/erofs/zdata.c 	if (nocache || !tocache)
nocache          9341 fs/nfs/nfs4proc.c 		pdev->nocache = 1;
nocache           216 fs/nfs/pnfs.h  	unsigned char nocache : 1;/* May not be cached */
nocache           151 fs/nfs/pnfs_dev.c 	if (d && pdev->nocache)
nocache           377 net/tls/tls_device.c 	size_t pre_copy, nocache;
nocache           388 net/tls/tls_device.c 	nocache = round_down(bytes, SMP_CACHE_BYTES);
nocache           389 net/tls/tls_device.c 	if (copy_from_iter_nocache(addr, nocache, i) != nocache)
nocache           391 net/tls/tls_device.c 	bytes -= nocache;
nocache           392 net/tls/tls_device.c 	addr += nocache;