Lines Matching refs:bidx
407 void *buffer, int size, int bidx)
409 loff_t pos = get_dentry_group_pos(bidx);
415 void *buffer, int size, int bidx)
417 loff_t pos = get_dentry_group_pos(bidx);
423 const void *buffer, int size, int bidx)
425 loff_t pos = get_dentry_group_pos(bidx);
719 unsigned long bidx, end_block;
728 bidx = get_bucketaddr(level, ctx->hash % nbucket) * BUCKET_BLOCKS;
729 end_block = bidx + BUCKET_BLOCKS;
731 for (; bidx < end_block; bidx++) {
732 dentry_blk = find_dentry_page(ctx->sbi, bidx, ctx->filp);
741 ctx->insense_bidx = bidx;
743 hmdfs_unlock_file(ctx->filp, get_dentry_group_pos(bidx),
751 ctx->bidx = bidx;
782 ctx->bidx = ctx->insense_bidx;
876 unsigned long bidx, end_block;
898 bidx = BUCKET_BLOCKS *
900 end_block = bidx + BUCKET_BLOCKS;
909 for (; bidx < end_block; bidx++) {
912 pos = get_dentry_group_pos(bidx);
935 pos = get_dentry_group_pos(bidx);
956 ctx->bidx = 0;
998 ipos = get_dentry_group_pos(ctx.bidx);
1032 ipos = get_dentry_group_pos(ctx.bidx);