Searched refs:fs_is_chkpntvol (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_proto.h107 extern boolean_t fs_is_chkpntvol();
H A Dtlm_lib.c1272 fs_is_chkpntvol(char *path) function
1334 return (fs_is_chkpntvol(path));
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_mark.c457 if (fs_is_chkpntvol(path))
542 if (fs_is_chkpntvol(nlp->nlp_backup_path))
H A Dndmpd_tar.c1605 } else if (fs_is_rdonly(bkpath) && !fs_is_chkpntvol(bkpath) &&
1825 if (fs_is_chkpntvol(rspath)) {
1875 if (fs_is_chkpntvol(nlp->nlp_backup_path) ||
H A Dndmpd_tar3.c623 rv = !fs_is_rdonly(path) && !fs_is_chkpntvol(path);
673 if (fs_is_rdonly(bkpath) && !fs_is_chkpntvol(bkpath) &&
2524 if (fs_is_chkpntvol(sarg->bs_path)) {
3702 if (fs_is_chkpntvol(nlp->nlp_backup_path) ||
H A Dndmpd.h1023 extern boolean_t fs_is_chkpntvol(char *);

Completed in 79 milliseconds