Home
last modified time | relevance | path

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

/dragonfly/sbin/fsck_hammer2/
HDdestroy.c64 static hammer2_tid_t dst_inode = 0; variable
290 media->ipdata.meta.inum = dst_inode; in modify_inode()
296 src_inode, dst_inode); in modify_inode()
436 dst_inode = strtoull(argv[3], NULL, 16); in init_args()
437 if (errno == ERANGE && dst_inode == ULLONG_MAX) { in init_args()
441 if (dst_inode == 0) { in init_args()
443 (uintmax_t)dst_inode); in init_args()
446 if (src_inode == dst_inode) { in init_args()
451 (uintmax_t)dst_inode); in init_args()