Searched refs:STK_NOLOCK (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_search.c322 if ((ret = __bam_stkrel(dbc, STK_NOLOCK)) != 0)
406 if ((ret = __bam_stkrel(dbc, STK_NOLOCK)) != 0)
484 __bam_stkrel(dbc, STK_NOLOCK)) != 0)
646 * The caller must be sure that setting STK_NOLOCK will not effect
674 if (LF_ISSET(STK_NOLOCK)) {
H A Dbt_compact.c883 if ((ret = __bam_stkrel(dbc, pgs_done == 0 ? STK_NOLOCK : 0)) != 0)
886 (ret = __bam_stkrel(ndbc, pgs_done == 0 ? STK_NOLOCK : 0)) != 0)
2394 if ((ret = __bam_stkrel(dbc, STK_NOLOCK)) != 0)
2414 pgno > c_data->compact_truncate ? 0 : STK_NOLOCK)) != 0)
H A Dbt_split.c124 __bam_stkrel(dbc, STK_NOLOCK);
H A Dbt_cursor.c1987 ret = __bam_stkrel(dbc, STK_CLRDBC | STK_NOLOCK);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dbtree.h78 #define STK_NOLOCK 0x02 /* Don't retain locks. */ macro

Completed in 90 milliseconds