Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer/
H A Dhammer.h1110 int hammer_btree_extract(hammer_cursor_t cursor, int flags);
1495 return(hammer_btree_extract(cursor, 0)); in hammer_btree_extract_leaf()
1501 return(hammer_btree_extract(cursor, HAMMER_CURSOR_GET_DATA)); in hammer_btree_extract_data()
H A Dhammer_btree.c618 error = hammer_btree_extract(cursor, cursor->flags); in hammer_btree_lookup()
681 hammer_btree_extract(hammer_cursor_t cursor, int flags) in hammer_btree_extract() function