Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c81 MKFS_STYLE = 1, NEWFS_STYLE, MAX_SB_STYLES enumerator
553 for (style = MKFS_STYLE; style < MAX_SB_STYLES; style++) { in find_superblock()
606 if (style >= MAX_SB_STYLES) { in find_superblock()
608 for (style = MKFS_STYLE; style < MAX_SB_STYLES; in find_superblock()
618 if (style < MAX_SB_STYLES) in find_superblock()
627 if (style >= MAX_SB_STYLES) { in find_superblock()