Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c79 MKFS_STYLE = 1, NEWFS_STYLE, MAX_SB_STYLES enumerator
563 for (style = MKFS_STYLE; style < MAX_SB_STYLES; style++) { in find_superblock()
616 if (style >= MAX_SB_STYLES) { in find_superblock()
618 for (style = MKFS_STYLE; style < MAX_SB_STYLES; in find_superblock()
629 if (style < MAX_SB_STYLES) { in find_superblock()
638 if (style >= MAX_SB_STYLES) { in find_superblock()