Lines Matching defs:statefile
884 * Verify the filesystem type for a regular statefile is "ufs"
907 err_fmt = "ufs statefile with zfs root is not"
917 * ignore non-ufs filesystems for a regular statefile.
933 * No match is needed for a block device statefile,
934 * a match is needed for a regular statefile.
938 STRCPYLIM(new_cc.cf_devfs, sfile, "block statefile");
947 STRCPYLIM(new_cc.cf_path, src, "statefile path");
949 err_fmt = "statefile device \"%s\" is a mounted filesystem\n";
981 OBP_MAXPATHLEN, "statefile device");
1021 STRCPYLIM(new_cc.cf_fs, p + 1, "statefile path");
1108 * Check for a valid statefile pathname, inode and mount status.
1113 static int statefile;
1121 if (statefile) {
1122 mesg(MERR, "ignored redundant statefile entry\n");
1136 mesg(MERR, "statefile requires an absolute path\n");
1143 * If the statefile doesn't exist, the leading path must be a dir.
1186 "statefile must be a regular file or block device\n";
1200 statefile = 1;