Searched refs:ROOT_INODE (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_fhistory.c | 831 pino = ROOT_INODE; in ndmpd_fhdir_v3_cb() 841 if (pino != ROOT_INODE && in ndmpd_fhdir_v3_cb() 870 if (pino == ROOT_INODE) { in ndmpd_fhdir_v3_cb() 872 ino = ROOT_INODE; in ndmpd_fhdir_v3_cb() 875 ino = ROOT_INODE; in ndmpd_fhdir_v3_cb() 979 ino = ROOT_INODE; in ndmpd_fhnode_v3_cb() 981 "bkroot %d -> %d", stp->st_ino, ROOT_INODE); in ndmpd_fhnode_v3_cb() 1423 pino = ROOT_INODE; in ndmpd_file_history_dir() 1433 if (pino != ROOT_INODE && in ndmpd_file_history_dir() 1463 if (pino == ROOT_INODE) { in ndmpd_file_history_dir() [all …]
|
H A D | ndmpd_zfs.c | 525 if (ndmpd_api_file_history_dir_v3(session, ".", ROOT_INODE, in ndmpd_zfs_send_fhist() 526 ROOT_INODE) != 0) in ndmpd_zfs_send_fhist() 528 if (ndmpd_api_file_history_dir_v3(session, "..", ROOT_INODE, in ndmpd_zfs_send_fhist() 529 ROOT_INODE) != 0) in ndmpd_zfs_send_fhist() 531 if (ndmpd_api_file_history_node_v3(session, ROOT_INODE, &st, 0) != 0) in ndmpd_zfs_send_fhist()
|
H A D | ndmpd_mark.c | 208 (void) dbm_setone(nlp->nlp_bkmap, (u_longlong_t)ROOT_INODE); in traverse() 549 (void) dbm_setone(nlp->nlp_bkmap, (u_longlong_t)ROOT_INODE); in mark_common_v2()
|
H A D | ndmpd.h | 115 #define ROOT_INODE 2 macro
|