Home
last modified time | relevance | path

Searched refs:bhs (Results 1 – 25 of 26) sorted by relevance

12

/linux/fs/ocfs2/
H A Dblockcheck.c441 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 Dbuffer_head_io.c90 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 Dblockcheck.h35 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 Dbuffer_head_io.h19 unsigned int nr, struct buffer_head *bhs[]);
29 struct buffer_head *bhs[], int flags,
H A Dextent_map.h52 struct buffer_head *bhs[], int flags,
/linux/fs/adfs/
H A Ddir_fplus.c83 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 Dmsm8926.dtsi10 /delete-property/ qcom,ext-bhs-reg;
/linux/arch/arm/mm/
H A Dcache-v4wt.S89 bhs __flush_whole_cache
H A Dcache-v4wb.S116 bhs __flush_whole_cache @ flush whole D cache
H A Dcache-fa.S89 bhs __flush_whole_cache @ flush whole D cache
H A Dproc-arm1022.S175 bhs __flush_whole_cache
H A Dproc-arm922.S161 bhs __flush_whole_cache
H A Dproc-arm1026.S170 bhs __flush_whole_cache
H A Dproc-arm1020e.S176 bhs __flush_whole_cache
H A Dproc-arm1020.S177 bhs __flush_whole_cache
H A Dproc-arm920.S159 bhs __flush_whole_cache
H A Dproc-arm946.S140 bhs __flush_whole_cache
H A Dproc-xsc3.S197 bhs __flush_whole_cache
H A Dproc-xscale.S238 bhs __flush_whole_cache
/linux/arch/arm/lib/
H A Dfindbit.S54 bhs 3b
/linux/fs/ext4/
H A Dinode.c1071 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 Dmballoc.c1384 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 Dcxgb4i.c1285 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 Drecovery.c95 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 Dhead.S461 bhs wont_overwrite

12