Searched refs:NANDFS_MIN_BLOCKSIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_fs.h215 #define NANDFS_MIN_BLOCKSIZE 512 macro
/freebsd-11-stable/sbin/newfs_nandfs/
H A Dnewfs_nandfs.c889 if ((blocksize < NANDFS_MIN_BLOCKSIZE) || (blocksize > MAXBSIZE) ||
892 "and a power of two.", blocksize, NANDFS_MIN_BLOCKSIZE,

Completed in 111 milliseconds