Home
last modified time | relevance | path

Searched refs:AVFILESIZ (Results 1 – 5 of 5) sorted by relevance

/dragonfly/stand/boot/common/
HDfs.h173 #define AVFILESIZ 16384 /* expected average file size */ macro
/dragonfly/sys/vfs/ufs/
HDfs.h156 #define AVFILESIZ 16384 /* expected average file size */ macro
HDffs_vfsops.c508 fs->fs_avgfilesize = AVFILESIZ; /* XXX */ in ffs_reload()
712 fs->fs_avgfilesize = AVFILESIZ; /* XXX */ in ffs_mountfs()
/dragonfly/sbin/newfs/
HDnewfs.c185 int avgfilesize = AVFILESIZ;/* expected average file size */
/dragonfly/usr.sbin/makefs/
HDffs.c384 ffs_opts->avgfilesize = AVFILESIZ; in ffs_validate()