Searched refs:DEF_POP_SIZE (Results 1 – 6 of 6) sorted by relevance
1244 if (fsinfo.fi_popsize < DEF_POP_SIZE) in process_fsinfo()1245 fsinfo.fi_popsize = DEF_POP_SIZE; in process_fsinfo()
109 fscp->fs_info.fi_popsize = DEF_POP_SIZE; in fscache_create()
300 &popsize, (size_t)DEF_POP_SIZE, cp); in cachefs_pack_common()
7512 ASSERT(((DEF_POP_SIZE / PAGESIZE) + 1) <= 17); in cachefs_getapage()7514 if (fscp->fs_info.fi_popsize > DEF_POP_SIZE) in cachefs_getapage()7721 if (fscp->fs_info.fi_popsize > DEF_POP_SIZE) in cachefs_getapage()
295 margs.cfs_options.opt_popsize = DEF_POP_SIZE; in main()
121 #define DEF_POP_SIZE 0x10000 /* 64K */ macro