Home
last modified time | relevance | path

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

/fs/sdcardfs/
Dmain.c110 opts->nocache = true; in sdcardfs_parse_param()
134 opts->nocache = fcopts->opts.nocache; in copy_sb_opts()
397 fc_opts->opts.nocache = false; in sdcardfs_init_fs_context()
Ddentry.c129 return SDCARDFS_SB(d->d_sb)->options.nocache ? 1 : 0; in sdcardfs_d_delete()
Dsuper.c277 if (opts->nocache) in sdcardfs_show_options()
Dsdcardfs.h206 bool nocache; member
/fs/erofs/
Dzdata.c998 const bool nocache = __builtin_constant_p(mc) ? !mc : false; in pickup_page_for_submission() local
1019 if (!nocache && page == PAGE_UNALLOCATED) { in pickup_page_for_submission()
1035 if (nocache) { in pickup_page_for_submission()
1102 if (nocache || !tocache) in pickup_page_for_submission()
/fs/nfs/
Dpnfs_dev.c151 if (d && pdev->nocache) in nfs4_get_device_info()
Dpnfs.h216 unsigned char nocache : 1;/* May not be cached */ member
Dnfs4proc.c9312 pdev->nocache = 1; in _nfs4_proc_getdeviceinfo()