Searched refs:BS_TO_PAGE (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dhash.h104 #define BS_TO_PAGE(bucket, spares) \ macro
106 #define BUCKET_TO_PAGE(I, B) (BS_TO_PAGE((B), (I)->hdr->spares))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_upgrade.c144 last_desired = BS_TO_PAGE(meta->high_mask, meta->spares);
H A Dhash_verify.c156 if (BS_TO_PAGE(mbucket, m->spares) > vdp->last_pgno) {
455 pgno = BS_TO_PAGE(bucket, m->spares);
548 pgno = BS_TO_PAGE(bucket, m->spares);
1033 pgno = BS_TO_PAGE(bucket, hmeta->spares);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_vrfy.c1742 pgno = BS_TO_PAGE(bucket, hmeta->spares);

Completed in 76 milliseconds