Lines Matching refs:BEFS_OK
130 * Return: BEFS_OK on success and if *@sup contains the btree superblock in cpu
164 return BEFS_OK;
184 * On success, returns BEFS_OK and *@node contains the btree node that
223 return BEFS_OK;
233 * On success, returns BEFS_OK and sets *@value to the value stored
255 if (befs_bt_read_super(sb, ds, &bt_super) != BEFS_OK) {
273 if (befs_bt_read_node(sb, ds, this_node, node_off) != BEFS_OK) {
284 if (befs_bt_read_node(sb, ds, this_node, node_off) != BEFS_OK) {
305 return BEFS_OK;
428 if (befs_bt_read_super(sb, ds, &bt_super) != BEFS_OK) {
477 if (befs_bt_read_node(sb, ds, this_node, node_off) != BEFS_OK) {
515 return BEFS_OK;
550 if (befs_bt_read_node(sb, ds, this_node, *node_off) != BEFS_OK) {
574 if (befs_bt_read_node(sb, ds, this_node, *node_off) != BEFS_OK) {
584 return BEFS_OK;