Home
last modified time | relevance | path

Searched refs:DEF_POP_SIZE (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/cachefs/fsck/
H A Dfsck.c1244 if (fsinfo.fi_popsize < DEF_POP_SIZE) in process_fsinfo()
1245 fsinfo.fi_popsize = DEF_POP_SIZE; in process_fsinfo()
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_fscache.c109 fscp->fs_info.fi_popsize = DEF_POP_SIZE; in fscache_create()
H A Dcachefs_ioctl.c300 &popsize, (size_t)DEF_POP_SIZE, cp); in cachefs_pack_common()
H A Dcachefs_vnops.c7512 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()
/titanic_44/usr/src/cmd/fs.d/cachefs/mount/
H A Dmount.c295 margs.cfs_options.opt_popsize = DEF_POP_SIZE; in main()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h121 #define DEF_POP_SIZE 0x10000 /* 64K */ macro