Lines Matching refs:bidx
406 void *buffer, int size, int bidx)
408 loff_t pos = get_dentry_group_pos(bidx);
414 void *buffer, int size, int bidx)
416 loff_t pos = get_dentry_group_pos(bidx);
422 const void *buffer, int size, int bidx)
424 loff_t pos = get_dentry_group_pos(bidx);
718 unsigned long bidx, end_block;
727 bidx = get_bucketaddr(level, ctx->hash % nbucket) * BUCKET_BLOCKS;
728 end_block = bidx + BUCKET_BLOCKS;
730 for (; bidx < end_block; bidx++) {
731 dentry_blk = find_dentry_page(ctx->sbi, bidx, ctx->filp);
740 ctx->insense_bidx = bidx;
742 hmdfs_unlock_file(ctx->filp, get_dentry_group_pos(bidx),
750 ctx->bidx = bidx;
781 ctx->bidx = ctx->insense_bidx;
875 unsigned long bidx, end_block;
897 bidx = BUCKET_BLOCKS *
899 end_block = bidx + BUCKET_BLOCKS;
908 for (; bidx < end_block; bidx++) {
911 pos = get_dentry_group_pos(bidx);
934 pos = get_dentry_group_pos(bidx);
955 ctx->bidx = 0;
997 ipos = get_dentry_group_pos(ctx.bidx);
1031 ipos = get_dentry_group_pos(ctx.bidx);