fs_is_chkpntvol
extern boolean_t fs_is_chkpntvol(char *);
if (fs_is_chkpntvol(path))
if (fs_is_chkpntvol(nlp->nlp_backup_path))
} else if (fs_is_rdonly(bkpath) && !fs_is_chkpntvol(bkpath) &&
if (fs_is_chkpntvol(rspath)) {
if (fs_is_chkpntvol(nlp->nlp_backup_path) ||
if (fs_is_chkpntvol(sarg->bs_path)) {
if (fs_is_chkpntvol(nlp->nlp_backup_path) ||
rv = !fs_is_rdonly(path) && !fs_is_chkpntvol(path);
if (fs_is_rdonly(bkpath) && !fs_is_chkpntvol(bkpath) &&
return (fs_is_chkpntvol(path));
extern boolean_t fs_is_chkpntvol();