Home
last modified time | relevance | path

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

/dragonfly/sbin/hammer/
H A Dcmd_history.c109 status = ((hist.head.flags & HAMMER_IOC_HISTORY_UNSYNCED) ? in hammer_do_history()
/dragonfly/sys/vfs/hammer/
H A Dhammer_ioctl.h179 #define HAMMER_IOC_HISTORY_UNSYNCED 0x0010 /* unsynced info in inode */ macro
H A Dhammer_ioctl.c307 hist->head.flags &= ~HAMMER_IOC_HISTORY_UNSYNCED; in hammer_ioc_gethistory()
310 hist->head.flags |= HAMMER_IOC_HISTORY_UNSYNCED; in hammer_ioc_gethistory()