HomeSort by: relevance | last modified time | path
    Searched refs:APPLEUFS_DIRBLKSIZ (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/ufs/ufs/
dir.h 78 #define APPLEUFS_DIRBLKSIZ 1024
  /src/sbin/fsck_ffs/
dir.c 174 #if !defined(NO_APPLE_UFS) && UFS_DIRBLKSIZ < APPLEUFS_DIRBLKSIZ
175 char dbuf[APPLEUFS_DIRBLKSIZ];
757 #if !defined(NO_APPLE_UFS) && UFS_DIRBLKSIZ < APPLEUFS_DIRBLKSIZ
758 char firstblk[APPLEUFS_DIRBLKSIZ];
setup.c 554 dirblksiz = APPLEUFS_DIRBLKSIZ;
  /src/sbin/newfs/
newfs.c 173 /* Apple requires the fragment size to be at least APPLEUFS_DIRBLKSIZ
177 #define APPLEUFS_DFL_FRAGSIZE APPLEUFS_DIRBLKSIZ /* 1024 */
mkfs.c 1051 dirblksiz = APPLEUFS_DIRBLKSIZ;
1279 dirblksiz = APPLEUFS_DIRBLKSIZ;
  /src/sys/ufs/ffs/
ffs_vfsops.c 927 ump->um_dirblksiz = APPLEUFS_DIRBLKSIZ;
1536 ump->um_dirblksiz = APPLEUFS_DIRBLKSIZ;

Completed in 19 milliseconds