Lines Matching defs:path

89  * Verbose traversing prints the file/dir path names
148 * path (input) - the backup path
155 count_set_bits(char *path, int bmd)
164 NDMP_LOG(LOG_DEBUG, "%s %llu inodes marked", path, cnt);
204 "Traversing backup path hierarchy \"%s\"",
233 * is being backed up. It shows the the path, leads to
234 * an object that will be backed up. So the path should
237 * The backup path itself is always marked.
241 * pnp (input) - pointer to the path node
287 /* sanity check on fh and stat of the path passed */
289 NDMP_LOG(LOG_DEBUG, "Invalid path inode #%u",
300 * Always mark the backup path inode number.
400 * path (input) - the physical path to traverse
407 mark_inodes_v2(ndmpd_session_t *session, ndmp_lbr_params_t *nlp, char *path)
412 if (!session || !nlp || !path || !*path) {
417 NDMP_LOG(LOG_DEBUG, "path \"%s\"", path);
424 ft.ft_path = path;
441 * path (input) - path for which the bitmap should be created
448 create_bitmap(char *path, int value)
455 NDMP_LOG(LOG_DEBUG, "path \"%s\"", path);
457 if (fs_is_chkpntvol(path))
458 livepath = (char *)tlm_remove_checkpoint(path, buf);
460 livepath = path;
466 NDMP_LOG(LOG_DEBUG, "path \"%s\"ninode %u bm_fname \"%s\"",
673 * path (input) - the physical path to traverse
680 mark_tokv3(ndmpd_session_t *session, ndmp_lbr_params_t *nlp, char *path)
685 if (!session || !nlp || !path || !*path) {
704 ft.ft_path = path;
727 * pnp (input) - pointer to the path node
762 /* sanity check on fh and stat of the path passed */
764 NDMP_LOG(LOG_DEBUG, "Invalid path inode #%u",
775 * Always mark the backup path inode number.
826 * path (input) - the physical path to traverse
833 mark_lbrv3(ndmpd_session_t *session, ndmp_lbr_params_t *nlp, char *path)
839 if (!session || !nlp || !path || !*path) {
860 ft.ft_path = path;
881 * path (input) - the physical path to traverse
888 mark_levelv3(ndmpd_session_t *session, ndmp_lbr_params_t *nlp, char *path)
894 if (!session || !nlp || !path || !*path) {
920 ft.ft_path = path;