Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer/
H A Dhammer_cursor.c118 ++ip->cursor_ip_refs; in hammer_init_cursor()
246 KKASSERT(ip->cursor_ip_refs > 0); in hammer_done_cursor()
247 --ip->cursor_ip_refs; in hammer_done_cursor()
879 ++ip->cursor_ip_refs; in hammer_push_cursor()
903 --ip->cursor_ip_refs; in hammer_pop_cursor()
H A Dhammer.h347 int cursor_ip_refs; /* sanity */ member
H A Dhammer_inode.c1534 KKASSERT(ip->cursor_ip_refs == 0); in hammer_unload_inode()