Searched refs:bhs (Results 26 - 43 of 43) sorted by relevance

12

/linux-master/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1285 unsigned char *bhs; local
1302 bhs = skb->data;
1304 dlen = ntohl(*(unsigned int *)(bhs + 4)) & 0xFFFFFF;
1325 csk, skb, *bhs, hlen, dlen,
1326 ntohl(*((unsigned int *)(bhs + 16))),
1327 ntohl(*((unsigned int *)(bhs + 24))));
1479 pr_err("tid 0x%x, rcv RX_DATA_DDP w/o pdu bhs.\n", csk->tid);
/linux-master/fs/ocfs2/
H A Docfs2_trace.h1599 void *bhs, unsigned int flags, void *validate),
1600 TP_ARGS(inode, vblock, nr, bhs, flags, validate),
1605 __field(void *, bhs)
1613 __entry->bhs = bhs;
1618 __entry->nr, __entry->bhs, __entry->flags, __entry->validate)
H A Dalloc.c996 struct buffer_head *bhs[])
1021 bhs[i] = sb_getblk(osb->sb, first_blkno);
1022 if (bhs[i] == NULL) {
1027 ocfs2_set_new_buffer_uptodate(et->et_ci, bhs[i]);
1030 bhs[i],
1037 memset(bhs[i]->b_data, 0, osb->sb->s_blocksize);
1038 eb = (struct ocfs2_extent_block *) bhs[i]->b_data;
1055 ocfs2_journal_dirty(handle, bhs[i]);
1065 brelse(bhs[i]);
1066 bhs[
992 ocfs2_create_new_meta_bhs(handle_t *handle, struct ocfs2_extent_tree *et, int wanted, struct ocfs2_alloc_context *meta_ac, struct buffer_head *bhs[]) argument
[all...]
/linux-master/arch/arm/mm/
H A Dproc-arm920.S156 bhs __flush_whole_cache
H A Dproc-arm922.S158 bhs __flush_whole_cache
H A Dproc-arm946.S133 bhs __flush_whole_cache
H A Dproc-arm1020e.S171 bhs __flush_whole_cache
H A Dproc-arm1026.S165 bhs __flush_whole_cache
H A Dproc-arm1022.S170 bhs __flush_whole_cache
H A Dproc-xsc3.S193 bhs __flush_whole_cache
H A Dproc-arm1020.S172 bhs __flush_whole_cache
H A Dproc-xscale.S234 bhs __flush_whole_cache
/linux-master/fs/nilfs2/
H A Drecovery.c85 * @bhs: buffer head of start block
93 struct buffer_head *bhs, u32 *sum,
105 (unsigned char *)bhs->b_data + offset, size);
92 nilfs_compute_checksum(struct the_nilfs *nilfs, struct buffer_head *bhs, u32 *sum, unsigned long offset, u64 check_bytes, sector_t start, unsigned long nblock) argument
/linux-master/fs/exfat/
H A Dexfat_fs.h561 int exfat_update_bhs(struct buffer_head **bhs, int nr_bhs, int sync);
/linux-master/kernel/rcu/
H A Drcutorture.c1889 unsigned long bhs = RCUTORTURE_RDR_BH | RCUTORTURE_RDR_RBH; local
1910 mask |= oldmask & bhs;
1920 mask &= ~bhs;
1922 mask |= oldmask & bhs;
/linux-master/arch/arm/boot/compressed/
H A Dhead.S461 bhs wont_overwrite
/linux-master/fs/ext4/
H A Dmballoc.c1284 struct buffer_head *bhs; local
1310 bh = &bhs;
1432 if (bh != &bhs)
H A Dext4.h2954 bool wait, struct buffer_head **bhs);

Completed in 491 milliseconds

12