Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/hammer/
H A Dhammer_cursor.c40 static int hammer_load_cursor_parent(hammer_cursor_t cursor, int try_exclusive);
201 error = hammer_load_cursor_parent(cursor, 0); in hammer_init_cursor()
479 error = hammer_load_cursor_parent(cursor, 0); in hammer_cursor_seek()
490 hammer_load_cursor_parent(hammer_cursor_t cursor, int try_exclusive) in hammer_load_cursor_parent() function
551 error = hammer_load_cursor_parent(cursor, 0); in hammer_cursor_up()
598 error = hammer_load_cursor_parent(cursor, 1); in hammer_cursor_up_locked()
779 error = hammer_load_cursor_parent(cursor, 0); in hammer_lock_cursor()