| /linux/fs/ocfs2/ |
| H A D | blockcheck.c | 441 void ocfs2_block_check_compute_bhs(struct buffer_head **bhs, int nr, in ocfs2_block_check_compute_bhs() argument 455 crc = crc32_le(crc, bhs[i]->b_data, bhs[i]->b_size); in ocfs2_block_check_compute_bhs() 461 ecc = (u16)ocfs2_hamming_encode(ecc, bhs[i]->b_data, in ocfs2_block_check_compute_bhs() 462 bhs[i]->b_size * 8, in ocfs2_block_check_compute_bhs() 463 bhs[i]->b_size * 8 * i); in ocfs2_block_check_compute_bhs() 485 int ocfs2_block_check_validate_bhs(struct buffer_head **bhs, int nr, in ocfs2_block_check_validate_bhs() argument 508 crc = crc32_le(crc, bhs[i]->b_data, bhs[i]->b_size); in ocfs2_block_check_validate_bhs() 524 ecc = (u16)ocfs2_hamming_encode(ecc, bhs[i]->b_data, in ocfs2_block_check_validate_bhs() 525 bhs[i]->b_size * 8, in ocfs2_block_check_validate_bhs() 526 bhs[i]->b_size * 8 * i); in ocfs2_block_check_validate_bhs() [all …]
|
| H A D | buffer_head_io.c | 90 unsigned int nr, struct buffer_head *bhs[]) in ocfs2_read_blocks_sync() argument 105 new_bh = (bhs[0] == NULL); in ocfs2_read_blocks_sync() 108 if (bhs[i] == NULL) { in ocfs2_read_blocks_sync() 109 bhs[i] = sb_getblk(osb->sb, block++); in ocfs2_read_blocks_sync() 110 if (bhs[i] == NULL) { in ocfs2_read_blocks_sync() 116 bh = bhs[i]; in ocfs2_read_blocks_sync() 155 bh = bhs[i - 1]; in ocfs2_read_blocks_sync() 166 bhs[i - 1] = NULL; in ocfs2_read_blocks_sync() 194 struct buffer_head *bhs[], int flags, in ocfs2_read_blocks() argument 210 if (bhs == NULL) { in ocfs2_read_blocks() [all …]
|
| H A D | blockcheck.h | 35 struct buffer_head **bhs, int nr, 38 struct buffer_head **bhs, int nr, 47 void ocfs2_block_check_compute_bhs(struct buffer_head **bhs, int nr, 49 int ocfs2_block_check_validate_bhs(struct buffer_head **bhs, int nr,
|
| H A D | buffer_head_io.h | 19 unsigned int nr, struct buffer_head *bhs[]); 29 struct buffer_head *bhs[], int flags,
|
| H A D | extent_map.h | 52 struct buffer_head *bhs[], int flags,
|
| /linux/fs/adfs/ |
| H A D | dir_fplus.c | 83 bp = (void *)dir->bhs[bi]->b_data; in adfs_fplus_checkbyte() 84 bs = dir->bhs[bi]->b_size; in adfs_fplus_checkbyte() 116 dir->bighead = h = (void *)dir->bhs[0]->b_data; in adfs_fplus_read() 136 (dir->bhs[dir->nr_buffers - 1]->b_data + (sb->s_blocksize - 8)); in adfs_fplus_read()
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | msm8926.dtsi | 10 /delete-property/ qcom,ext-bhs-reg;
|
| /linux/arch/arm/mm/ |
| H A D | cache-v4wt.S | 89 bhs __flush_whole_cache
|
| H A D | cache-v4wb.S | 116 bhs __flush_whole_cache @ flush whole D cache
|
| H A D | cache-fa.S | 89 bhs __flush_whole_cache @ flush whole D cache
|
| H A D | proc-arm1022.S | 175 bhs __flush_whole_cache
|
| H A D | proc-arm922.S | 161 bhs __flush_whole_cache
|
| H A D | proc-arm1026.S | 170 bhs __flush_whole_cache
|
| H A D | proc-arm1020e.S | 176 bhs __flush_whole_cache
|
| H A D | proc-arm1020.S | 177 bhs __flush_whole_cache
|
| H A D | proc-arm920.S | 159 bhs __flush_whole_cache
|
| H A D | proc-arm946.S | 140 bhs __flush_whole_cache
|
| H A D | proc-xsc3.S | 197 bhs __flush_whole_cache
|
| H A D | proc-xscale.S | 238 bhs __flush_whole_cache
|
| /linux/arch/arm/lib/ |
| H A D | findbit.S | 54 bhs 3b
|
| /linux/fs/ext4/ |
| H A D | inode.c | 1071 bool wait, struct buffer_head **bhs) in ext4_bread_batch() argument 1076 bhs[i] = ext4_getblk(NULL, inode, block + i, 0 /* map_flags */); in ext4_bread_batch() 1077 if (IS_ERR(bhs[i])) { in ext4_bread_batch() 1078 err = PTR_ERR(bhs[i]); in ext4_bread_batch() 1086 if (bhs[i] && !ext4_buffer_uptodate(bhs[i])) in ext4_bread_batch() 1087 ext4_read_bh_lock(bhs[i], REQ_META | REQ_PRIO, false); in ext4_bread_batch() 1093 if (bhs[i]) in ext4_bread_batch() 1094 wait_on_buffer(bhs[i]); in ext4_bread_batch() 1097 if (bhs[i] && !buffer_uptodate(bhs[i])) { in ext4_bread_batch() 1106 brelse(bhs[i]); in ext4_bread_batch() [all …]
|
| H A D | mballoc.c | 1384 struct buffer_head *bhs; in ext4_mb_init_cache() local 1408 bh = &bhs; in ext4_mb_init_cache() 1530 if (bh != &bhs) in ext4_mb_init_cache()
|
| /linux/drivers/scsi/cxgbi/cxgb4i/ |
| H A D | cxgb4i.c | 1285 unsigned char *bhs; in do_rx_iscsi_hdr() local 1302 bhs = skb->data; in do_rx_iscsi_hdr() 1304 dlen = ntohl(*(unsigned int *)(bhs + 4)) & 0xFFFFFF; in do_rx_iscsi_hdr() 1325 csk, skb, *bhs, hlen, dlen, in do_rx_iscsi_hdr() 1326 ntohl(*((unsigned int *)(bhs + 16))), in do_rx_iscsi_hdr() 1327 ntohl(*((unsigned int *)(bhs + 24)))); in do_rx_iscsi_hdr()
|
| /linux/fs/nilfs2/ |
| H A D | recovery.c | 95 struct buffer_head *bhs, u32 *sum, in nilfs_compute_checksum() argument 107 (unsigned char *)bhs->b_data + offset, size); in nilfs_compute_checksum()
|
| /linux/arch/arm/boot/compressed/ |
| H A D | head.S | 461 bhs wont_overwrite
|