bhs 1204 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c unsigned char *bhs; bhs 1221 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c bhs = skb->data; bhs 1223 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c dlen = ntohl(*(unsigned int *)(bhs + 4)) & 0xFFFFFF; bhs 1244 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c csk, skb, *bhs, hlen, dlen, bhs 1245 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c ntohl(*((unsigned int *)(bhs + 16))), bhs 1246 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c ntohl(*((unsigned int *)(bhs + 24)))); bhs 1203 fs/buffer.c struct buffer_head *bhs[BH_LRU_SIZE]; bhs 1239 fs/buffer.c swap(evictee, b->bhs[i]); bhs 1263 fs/buffer.c struct buffer_head *bh = __this_cpu_read(bh_lrus.bhs[i]); bhs 1269 fs/buffer.c __this_cpu_write(bh_lrus.bhs[i], bhs 1270 fs/buffer.c __this_cpu_read(bh_lrus.bhs[i - 1])); bhs 1273 fs/buffer.c __this_cpu_write(bh_lrus.bhs[0], bh); bhs 1386 fs/buffer.c brelse(b->bhs[i]); bhs 1387 fs/buffer.c b->bhs[i] = NULL; bhs 1398 fs/buffer.c if (b->bhs[i]) bhs 3119 fs/buffer.c void ll_rw_block(int op, int op_flags, int nr, struct buffer_head *bhs[]) bhs 3124 fs/buffer.c struct buffer_head *bh = bhs[i]; bhs 3385 fs/buffer.c brelse(b->bhs[i]); bhs 3386 fs/buffer.c b->bhs[i] = NULL; bhs 2581 fs/ext4/ext4.h bool wait, struct buffer_head **bhs); bhs 1048 fs/ext4/inode.c bool wait, struct buffer_head **bhs) bhs 1053 fs/ext4/inode.c bhs[i] = ext4_getblk(NULL, inode, block + i, 0 /* map_flags */); bhs 1054 fs/ext4/inode.c if (IS_ERR(bhs[i])) { bhs 1055 fs/ext4/inode.c err = PTR_ERR(bhs[i]); bhs 1063 fs/ext4/inode.c if (bhs[i] && !ext4_buffer_uptodate(bhs[i])) bhs 1065 fs/ext4/inode.c &bhs[i]); bhs 1071 fs/ext4/inode.c if (bhs[i]) bhs 1072 fs/ext4/inode.c wait_on_buffer(bhs[i]); bhs 1075 fs/ext4/inode.c if (bhs[i] && !buffer_uptodate(bhs[i])) { bhs 1084 fs/ext4/inode.c brelse(bhs[i]); bhs 1085 fs/ext4/inode.c bhs[i] = NULL; bhs 816 fs/ext4/mballoc.c struct buffer_head *bhs; bhs 844 fs/ext4/mballoc.c bh = &bhs; bhs 960 fs/ext4/mballoc.c if (bh != &bhs) bhs 346 fs/ext4/xattr.c struct buffer_head **bhs = bhs_inline; bhs 350 fs/ext4/xattr.c bhs = kmalloc_array(bh_count, sizeof(*bhs), GFP_NOFS); bhs 351 fs/ext4/xattr.c if (!bhs) bhs 356 fs/ext4/xattr.c true /* wait */, bhs); bhs 362 fs/ext4/xattr.c if (!bhs[i]) { bhs 366 fs/ext4/xattr.c memcpy((char *)buf + blocksize * i, bhs[i]->b_data, bhs 372 fs/ext4/xattr.c brelse(bhs[i]); bhs 374 fs/ext4/xattr.c if (bhs != bhs_inline) bhs 375 fs/ext4/xattr.c kfree(bhs); bhs 1086 fs/fat/dir.c struct buffer_head **bhs, int nr_bhs) bhs 1096 fs/fat/dir.c bhs[n] = sb_getblk(sb, blknr); bhs 1097 fs/fat/dir.c if (!bhs[n]) { bhs 1102 fs/fat/dir.c lock_buffer(bhs[n]); bhs 1103 fs/fat/dir.c memset(bhs[n]->b_data, 0, sb->s_blocksize); bhs 1104 fs/fat/dir.c set_buffer_uptodate(bhs[n]); bhs 1105 fs/fat/dir.c unlock_buffer(bhs[n]); bhs 1106 fs/fat/dir.c mark_buffer_dirty_inode(bhs[n], dir); bhs 1112 fs/fat/dir.c err = fat_sync_bhs(bhs, n); bhs 1117 fs/fat/dir.c brelse(bhs[i]); bhs 1122 fs/fat/dir.c err = fat_sync_bhs(bhs, n); bhs 1127 fs/fat/dir.c brelse(bhs[i]); bhs 1133 fs/fat/dir.c bforget(bhs[i]); bhs 1141 fs/fat/dir.c struct buffer_head *bhs[MAX_BUF_PER_PAGE]; bhs 1153 fs/fat/dir.c bhs[0] = sb_getblk(sb, blknr); bhs 1154 fs/fat/dir.c if (!bhs[0]) { bhs 1161 fs/fat/dir.c de = (struct msdos_dir_entry *)bhs[0]->b_data; bhs 1163 fs/fat/dir.c lock_buffer(bhs[0]); bhs 1185 fs/fat/dir.c set_buffer_uptodate(bhs[0]); bhs 1186 fs/fat/dir.c unlock_buffer(bhs[0]); bhs 1187 fs/fat/dir.c mark_buffer_dirty_inode(bhs[0], dir); bhs 1189 fs/fat/dir.c err = fat_zeroed_cluster(dir, blknr, 1, bhs, MAX_BUF_PER_PAGE); bhs 1208 fs/fat/dir.c struct buffer_head *bhs[MAX_BUF_PER_PAGE]; bhs 1236 fs/fat/dir.c bhs[n] = sb_getblk(sb, blknr); bhs 1237 fs/fat/dir.c if (!bhs[n]) { bhs 1245 fs/fat/dir.c lock_buffer(bhs[n]); bhs 1246 fs/fat/dir.c memcpy(bhs[n]->b_data, slots, copy); bhs 1247 fs/fat/dir.c set_buffer_uptodate(bhs[n]); bhs 1248 fs/fat/dir.c unlock_buffer(bhs[n]); bhs 1249 fs/fat/dir.c mark_buffer_dirty_inode(bhs[n], dir); bhs 1259 fs/fat/dir.c memset(bhs[n]->b_data + copy, 0, sb->s_blocksize - copy); bhs 1261 fs/fat/dir.c get_bh(bhs[n]); bhs 1262 fs/fat/dir.c *bh = bhs[n]; bhs 1267 fs/fat/dir.c err = fat_zeroed_cluster(dir, start_blknr, ++n, bhs, MAX_BUF_PER_PAGE); bhs 1279 fs/fat/dir.c bforget(bhs[i]); bhs 1290 fs/fat/dir.c struct buffer_head *bh, *prev, *bhs[3]; /* 32*slots (672bytes) */ bhs 1310 fs/fat/dir.c bhs[nr_bhs] = prev = bh; bhs 1318 fs/fat/dir.c brelse(bhs[i]); bhs 1350 fs/fat/dir.c memcpy(bhs[i]->b_data + offset, slots, copy); bhs 1351 fs/fat/dir.c mark_buffer_dirty_inode(bhs[i], dir); bhs 1357 fs/fat/dir.c err = fat_sync_bhs(bhs, long_bhs); bhs 1361 fs/fat/dir.c memcpy(bhs[i]->b_data + offset, slots, copy); bhs 1362 fs/fat/dir.c mark_buffer_dirty_inode(bhs[i], dir); bhs 1364 fs/fat/dir.c err = sync_dirty_buffer(bhs[i]); bhs 1367 fs/fat/dir.c brelse(bhs[i]); bhs 1409 fs/fat/dir.c brelse(bhs[i]); bhs 349 fs/fat/fat.h struct buffer_head *bhs[2]; bhs 358 fs/fat/fat.h fatent->bhs[0] = fatent->bhs[1] = NULL; bhs 373 fs/fat/fat.h brelse(fatent->bhs[i]); bhs 375 fs/fat/fat.h fatent->bhs[0] = fatent->bhs[1] = NULL; bhs 451 fs/fat/fat.h extern int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs); bhs 44 fs/fat/fatent.c struct buffer_head **bhs = fatent->bhs; bhs 46 fs/fat/fatent.c WARN_ON(offset >= (bhs[0]->b_size - 1)); bhs 47 fs/fat/fatent.c fatent->u.ent12_p[0] = bhs[0]->b_data + offset; bhs 48 fs/fat/fatent.c fatent->u.ent12_p[1] = bhs[0]->b_data + (offset + 1); bhs 50 fs/fat/fatent.c WARN_ON(offset != (bhs[0]->b_size - 1)); bhs 51 fs/fat/fatent.c fatent->u.ent12_p[0] = bhs[0]->b_data + offset; bhs 52 fs/fat/fatent.c fatent->u.ent12_p[1] = bhs[1]->b_data; bhs 59 fs/fat/fatent.c fatent->u.ent16_p = (__le16 *)(fatent->bhs[0]->b_data + offset); bhs 65 fs/fat/fatent.c fatent->u.ent32_p = (__le32 *)(fatent->bhs[0]->b_data + offset); bhs 71 fs/fat/fatent.c struct buffer_head **bhs = fatent->bhs; bhs 76 fs/fat/fatent.c bhs[0] = sb_bread(sb, blocknr); bhs 77 fs/fat/fatent.c if (!bhs[0]) bhs 85 fs/fat/fatent.c bhs[1] = sb_bread(sb, blocknr); bhs 86 fs/fat/fatent.c if (!bhs[1]) bhs 94 fs/fat/fatent.c brelse(bhs[0]); bhs 107 fs/fat/fatent.c fatent->bhs[0] = sb_bread(sb, blocknr); bhs 108 fs/fat/fatent.c if (!fatent->bhs[0]) { bhs 171 fs/fat/fatent.c mark_buffer_dirty_inode(fatent->bhs[0], fatent->fat_inode); bhs 173 fs/fat/fatent.c mark_buffer_dirty_inode(fatent->bhs[1], fatent->fat_inode); bhs 182 fs/fat/fatent.c mark_buffer_dirty_inode(fatent->bhs[0], fatent->fat_inode); bhs 190 fs/fat/fatent.c mark_buffer_dirty_inode(fatent->bhs[0], fatent->fat_inode); bhs 196 fs/fat/fatent.c struct buffer_head **bhs = fatent->bhs; bhs 201 fs/fat/fatent.c WARN_ON(ent12_p[0] > (u8 *)(bhs[0]->b_data + bhs 202 fs/fat/fatent.c (bhs[0]->b_size - 2))); bhs 203 fs/fat/fatent.c WARN_ON(ent12_p[1] > (u8 *)(bhs[0]->b_data + bhs 204 fs/fat/fatent.c (bhs[0]->b_size - 1))); bhs 205 fs/fat/fatent.c if (nextp < (u8 *)(bhs[0]->b_data + (bhs[0]->b_size - 1))) { bhs 211 fs/fat/fatent.c WARN_ON(ent12_p[0] != (u8 *)(bhs[0]->b_data + bhs 212 fs/fat/fatent.c (bhs[0]->b_size - 1))); bhs 213 fs/fat/fatent.c WARN_ON(ent12_p[1] != (u8 *)bhs[1]->b_data); bhs 216 fs/fat/fatent.c brelse(bhs[0]); bhs 217 fs/fat/fatent.c bhs[0] = bhs[1]; bhs 228 fs/fat/fatent.c const struct buffer_head *bh = fatent->bhs[0]; bhs 240 fs/fat/fatent.c const struct buffer_head *bh = fatent->bhs[0]; bhs 323 fs/fat/fatent.c struct buffer_head **bhs = fatent->bhs; bhs 326 fs/fat/fatent.c if (!fatent->nr_bhs || bhs[0]->b_blocknr != blocknr) bhs 332 fs/fat/fatent.c brelse(bhs[1]); bhs 339 fs/fat/fatent.c if (bhs[1]->b_blocknr != (blocknr + 1)) bhs 374 fs/fat/fatent.c static int fat_mirror_bhs(struct super_block *sb, struct buffer_head **bhs, bhs 386 fs/fat/fatent.c c_bh = sb_getblk(sb, backup_fat + bhs[n]->b_blocknr); bhs 393 fs/fat/fatent.c memcpy(c_bh->b_data, bhs[n]->b_data, sb->s_blocksize); bhs 417 fs/fat/fatent.c err = fat_sync_bhs(fatent->bhs, fatent->nr_bhs); bhs 421 fs/fat/fatent.c return fat_mirror_bhs(sb, fatent->bhs, fatent->nr_bhs); bhs 446 fs/fat/fatent.c static void fat_collect_bhs(struct buffer_head **bhs, int *nr_bhs, bhs 453 fs/fat/fatent.c if (fatent->bhs[n] == bhs[i]) bhs 457 fs/fat/fatent.c get_bh(fatent->bhs[n]); bhs 458 fs/fat/fatent.c bhs[i] = fatent->bhs[n]; bhs 470 fs/fat/fatent.c struct buffer_head *bhs[MAX_BUF_PER_PAGE]; bhs 505 fs/fat/fatent.c fat_collect_bhs(bhs, &nr_bhs, &fatent); bhs 539 fs/fat/fatent.c err = fat_sync_bhs(bhs, nr_bhs); bhs 541 fs/fat/fatent.c err = fat_mirror_bhs(sb, bhs, nr_bhs); bhs 544 fs/fat/fatent.c brelse(bhs[i]); bhs 558 fs/fat/fatent.c struct buffer_head *bhs[MAX_BUF_PER_PAGE]; bhs 603 fs/fat/fatent.c err = fat_sync_bhs(bhs, nr_bhs); bhs 607 fs/fat/fatent.c err = fat_mirror_bhs(sb, bhs, nr_bhs); bhs 611 fs/fat/fatent.c brelse(bhs[i]); bhs 614 fs/fat/fatent.c fat_collect_bhs(bhs, &nr_bhs, &fatent); bhs 618 fs/fat/fatent.c err = fat_sync_bhs(bhs, nr_bhs); bhs 622 fs/fat/fatent.c err = fat_mirror_bhs(sb, bhs, nr_bhs); bhs 626 fs/fat/fatent.c brelse(bhs[i]); bhs 344 fs/fat/misc.c int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs) bhs 349 fs/fat/misc.c write_dirty_buffer(bhs[i], 0); bhs 352 fs/fat/misc.c wait_on_buffer(bhs[i]); bhs 353 fs/fat/misc.c if (!err && !buffer_uptodate(bhs[i])) bhs 212 fs/gfs2/meta_io.c static void gfs2_submit_bhs(int op, int op_flags, struct buffer_head *bhs[], bhs 216 fs/gfs2/meta_io.c struct buffer_head *bh = *bhs; bhs 223 fs/gfs2/meta_io.c bh = *bhs; bhs 228 fs/gfs2/meta_io.c bhs++; bhs 251 fs/gfs2/meta_io.c struct buffer_head *bh, *bhs[2]; bhs 268 fs/gfs2/meta_io.c bhs[num++] = bh; bhs 280 fs/gfs2/meta_io.c bhs[num++] = bh; bhs 284 fs/gfs2/meta_io.c gfs2_submit_bhs(REQ_OP_READ, REQ_META | REQ_PRIO, bhs, num); bhs 58 fs/isofs/compress.c struct buffer_head **bhs; bhs 79 fs/isofs/compress.c bhs = kcalloc(needblocks + 1, sizeof(*bhs), GFP_KERNEL); bhs 80 fs/isofs/compress.c if (!bhs) { bhs 84 fs/isofs/compress.c haveblocks = isofs_get_blocks(inode, blocknum, bhs, needblocks); bhs 85 fs/isofs/compress.c ll_rw_block(REQ_OP_READ, 0, haveblocks, bhs); bhs 96 fs/isofs/compress.c if (!bhs[0]) bhs 99 fs/isofs/compress.c wait_on_buffer(bhs[0]); bhs 100 fs/isofs/compress.c if (!buffer_uptodate(bhs[0])) { bhs 133 fs/isofs/compress.c wait_on_buffer(bhs[curbh]); bhs 134 fs/isofs/compress.c if (!buffer_uptodate(bhs[curbh])) { bhs 138 fs/isofs/compress.c stream.next_in = bhs[curbh]->b_data + bhs 192 fs/isofs/compress.c brelse(bhs[i]); bhs 193 fs/isofs/compress.c kfree(bhs); bhs 93 fs/nilfs2/recovery.c struct buffer_head *bhs, u32 *sum, bhs 105 fs/nilfs2/recovery.c (unsigned char *)bhs->b_data + offset, size); bhs 913 fs/ntfs/aops.c struct buffer_head *bhs[MAX_BUF_PER_PAGE]; bhs 1080 fs/ntfs/aops.c while (bhs[--nr_bhs] != rec_start_bh) bhs 1097 fs/ntfs/aops.c bhs[nr_bhs++] = bh; bhs 1115 fs/ntfs/aops.c tbh = bhs[i]; bhs 1139 fs/ntfs/aops.c bhs[i] = NULL; bhs 1167 fs/ntfs/aops.c clear_buffer_dirty(bhs[i]); bhs 1168 fs/ntfs/aops.c bhs[i] = NULL; bhs 1180 fs/ntfs/aops.c tbh = bhs[i]; bhs 1199 fs/ntfs/aops.c tbh = bhs[i]; bhs 1232 fs/ntfs/aops.c tbh = bhs[i]; bhs 1251 fs/ntfs/aops.c tbh = bhs[i]; bhs 474 fs/ntfs/compress.c struct buffer_head **bhs; bhs 520 fs/ntfs/compress.c bhs = kmalloc(bhs_size, GFP_NOFS); bhs 522 fs/ntfs/compress.c if (unlikely(!pages || !bhs || !completed_pages)) { bhs 523 fs/ntfs/compress.c kfree(bhs); bhs 550 fs/ntfs/compress.c kfree(bhs); bhs 639 fs/ntfs/compress.c if (unlikely(!(bhs[nr_bhs] = sb_getblk(sb, block)))) bhs 651 fs/ntfs/compress.c struct buffer_head *tbh = bhs[i]; bhs 666 fs/ntfs/compress.c struct buffer_head *tbh = bhs[i]; bhs 707 fs/ntfs/compress.c memcpy(cb_pos, bhs[i]->b_data, block_size); bhs 875 fs/ntfs/compress.c brelse(bhs[i]); bhs 882 fs/ntfs/compress.c kfree(bhs); bhs 917 fs/ntfs/compress.c brelse(bhs[i]); bhs 936 fs/ntfs/compress.c kfree(bhs); bhs 460 fs/ntfs/mft.c struct buffer_head *bhs[MAX_BHS]; bhs 570 fs/ntfs/mft.c bhs[nr_bhs++] = bh; bhs 578 fs/ntfs/mft.c struct buffer_head *tbh = bhs[i_bhs]; bhs 590 fs/ntfs/mft.c struct buffer_head *tbh = bhs[i_bhs]; bhs 605 fs/ntfs/mft.c clear_buffer_dirty(bhs[i_bhs]); bhs 667 fs/ntfs/mft.c struct buffer_head *bhs[MAX_BHS]; bhs 757 fs/ntfs/mft.c bhs[nr_bhs++] = bh; bhs 775 fs/ntfs/mft.c struct buffer_head *tbh = bhs[i_bhs]; bhs 790 fs/ntfs/mft.c struct buffer_head *tbh = bhs[i_bhs]; bhs 823 fs/ntfs/mft.c clear_buffer_dirty(bhs[i_bhs]); bhs 991 fs/ocfs2/alloc.c struct buffer_head *bhs[]) bhs 1016 fs/ocfs2/alloc.c bhs[i] = sb_getblk(osb->sb, first_blkno); bhs 1017 fs/ocfs2/alloc.c if (bhs[i] == NULL) { bhs 1022 fs/ocfs2/alloc.c ocfs2_set_new_buffer_uptodate(et->et_ci, bhs[i]); bhs 1025 fs/ocfs2/alloc.c bhs[i], bhs 1032 fs/ocfs2/alloc.c memset(bhs[i]->b_data, 0, osb->sb->s_blocksize); bhs 1033 fs/ocfs2/alloc.c eb = (struct ocfs2_extent_block *) bhs[i]->b_data; bhs 1050 fs/ocfs2/alloc.c ocfs2_journal_dirty(handle, bhs[i]); bhs 1060 fs/ocfs2/alloc.c brelse(bhs[i]); bhs 1061 fs/ocfs2/alloc.c bhs[i] = NULL; bhs 443 fs/ocfs2/blockcheck.c void ocfs2_block_check_compute_bhs(struct buffer_head **bhs, int nr, bhs 457 fs/ocfs2/blockcheck.c crc = crc32_le(crc, bhs[i]->b_data, bhs[i]->b_size); bhs 463 fs/ocfs2/blockcheck.c ecc = (u16)ocfs2_hamming_encode(ecc, bhs[i]->b_data, bhs 464 fs/ocfs2/blockcheck.c bhs[i]->b_size * 8, bhs 465 fs/ocfs2/blockcheck.c bhs[i]->b_size * 8 * i); bhs 487 fs/ocfs2/blockcheck.c int ocfs2_block_check_validate_bhs(struct buffer_head **bhs, int nr, bhs 510 fs/ocfs2/blockcheck.c crc = crc32_le(crc, bhs[i]->b_data, bhs[i]->b_size); bhs 526 fs/ocfs2/blockcheck.c ecc = (u16)ocfs2_hamming_encode(ecc, bhs[i]->b_data, bhs 527 fs/ocfs2/blockcheck.c bhs[i]->b_size * 8, bhs 528 fs/ocfs2/blockcheck.c bhs[i]->b_size * 8 * i); bhs 536 fs/ocfs2/blockcheck.c ocfs2_hamming_fix(bhs[i]->b_data, bhs[i]->b_size * 8, bhs 537 fs/ocfs2/blockcheck.c bhs[i]->b_size * 8 * i, fix); bhs 542 fs/ocfs2/blockcheck.c crc = crc32_le(crc, bhs[i]->b_data, bhs[i]->b_size); bhs 587 fs/ocfs2/blockcheck.c struct buffer_head **bhs, int nr, bhs 591 fs/ocfs2/blockcheck.c ocfs2_block_check_compute_bhs(bhs, nr, bc); bhs 595 fs/ocfs2/blockcheck.c struct buffer_head **bhs, int nr, bhs 602 fs/ocfs2/blockcheck.c rc = ocfs2_block_check_validate_bhs(bhs, nr, bc, bhs 37 fs/ocfs2/blockcheck.h struct buffer_head **bhs, int nr, bhs 40 fs/ocfs2/blockcheck.h struct buffer_head **bhs, int nr, bhs 49 fs/ocfs2/blockcheck.h void ocfs2_block_check_compute_bhs(struct buffer_head **bhs, int nr, bhs 51 fs/ocfs2/blockcheck.h int ocfs2_block_check_validate_bhs(struct buffer_head **bhs, int nr, bhs 92 fs/ocfs2/buffer_head_io.c unsigned int nr, struct buffer_head *bhs[]) bhs 107 fs/ocfs2/buffer_head_io.c new_bh = (bhs[0] == NULL); bhs 110 fs/ocfs2/buffer_head_io.c if (bhs[i] == NULL) { bhs 111 fs/ocfs2/buffer_head_io.c bhs[i] = sb_getblk(osb->sb, block++); bhs 112 fs/ocfs2/buffer_head_io.c if (bhs[i] == NULL) { bhs 118 fs/ocfs2/buffer_head_io.c bh = bhs[i]; bhs 157 fs/ocfs2/buffer_head_io.c bh = bhs[i - 1]; bhs 168 fs/ocfs2/buffer_head_io.c bhs[i - 1] = NULL; bhs 196 fs/ocfs2/buffer_head_io.c struct buffer_head *bhs[], int flags, bhs 212 fs/ocfs2/buffer_head_io.c if (bhs == NULL) { bhs 233 fs/ocfs2/buffer_head_io.c new_bh = (bhs[0] == NULL); bhs 237 fs/ocfs2/buffer_head_io.c if (bhs[i] == NULL) { bhs 238 fs/ocfs2/buffer_head_io.c bhs[i] = sb_getblk(sb, block++); bhs 239 fs/ocfs2/buffer_head_io.c if (bhs[i] == NULL) { bhs 247 fs/ocfs2/buffer_head_io.c bh = bhs[i]; bhs 340 fs/ocfs2/buffer_head_io.c bh = bhs[i]; bhs 355 fs/ocfs2/buffer_head_io.c bhs[i] = NULL; bhs 21 fs/ocfs2/buffer_head_io.h unsigned int nr, struct buffer_head *bhs[]); bhs 31 fs/ocfs2/buffer_head_io.h struct buffer_head *bhs[], int flags, bhs 961 fs/ocfs2/extent_map.c struct buffer_head *bhs[], int flags, bhs 970 fs/ocfs2/extent_map.c inode, (unsigned long long)v_block, nr, bhs, flags, bhs 1009 fs/ocfs2/extent_map.c if (!bhs[done + i]) bhs 1011 fs/ocfs2/extent_map.c BUG_ON(bhs[done + i]->b_blocknr != (p_block + i)); bhs 1015 fs/ocfs2/extent_map.c bhs + done, flags, validate); bhs 54 fs/ocfs2/extent_map.h struct buffer_head *bhs[], int flags, bhs 1688 fs/ocfs2/namei.c struct buffer_head **bhs = NULL; bhs 1710 fs/ocfs2/namei.c bhs = kcalloc(blocks, sizeof(struct buffer_head *), GFP_KERNEL); bhs 1711 fs/ocfs2/namei.c if (!bhs) { bhs 1737 fs/ocfs2/namei.c bhs[virtual] = sb_getblk(sb, p_blkno); bhs 1738 fs/ocfs2/namei.c if (!bhs[virtual]) { bhs 1744 fs/ocfs2/namei.c bhs[virtual]); bhs 1747 fs/ocfs2/namei.c bhs[virtual], bhs 1754 fs/ocfs2/namei.c memset(bhs[virtual]->b_data, 0, sb->s_blocksize); bhs 1756 fs/ocfs2/namei.c memcpy(bhs[virtual]->b_data, c, bhs 1760 fs/ocfs2/namei.c ocfs2_journal_dirty(handle, bhs[virtual]); bhs 1770 fs/ocfs2/namei.c if (bhs) { bhs 1772 fs/ocfs2/namei.c brelse(bhs[i]); bhs 1773 fs/ocfs2/namei.c kfree(bhs); bhs 1600 fs/ocfs2/ocfs2_trace.h void *bhs, unsigned int flags, void *validate), bhs 1601 fs/ocfs2/ocfs2_trace.h TP_ARGS(inode, vblock, nr, bhs, flags, validate), bhs 1606 fs/ocfs2/ocfs2_trace.h __field(void *, bhs) bhs 1614 fs/ocfs2/ocfs2_trace.h __entry->bhs = bhs; bhs 1619 fs/ocfs2/ocfs2_trace.h __entry->nr, __entry->bhs, __entry->flags, __entry->validate)