Home
last modified time | relevance | path

Searched refs:ibh (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/fs/nilfs2/
Difile.h36 nilfs_ifile_map_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh) in nilfs_ifile_map_inode() argument
38 void *kaddr = kmap(ibh->b_page); in nilfs_ifile_map_inode()
39 return nilfs_palloc_block_get_entry(ifile, ino, ibh, kaddr); in nilfs_ifile_map_inode()
43 struct buffer_head *ibh) in nilfs_ifile_unmap_inode() argument
45 kunmap(ibh->b_page); in nilfs_ifile_unmap_inode()
Dinode.c672 void nilfs_update_inode(struct inode *inode, struct buffer_head *ibh, int flags) in nilfs_update_inode() argument
679 raw_inode = nilfs_ifile_map_inode(ifile, ino, ibh); in nilfs_update_inode()
690 nilfs_ifile_unmap_inode(ifile, ino, ibh); in nilfs_update_inode()
942 struct buffer_head *ibh; in __nilfs_mark_inode_dirty() local
945 err = nilfs_load_inode_block(inode, &ibh); in __nilfs_mark_inode_dirty()
951 nilfs_update_inode(inode, ibh, flags); in __nilfs_mark_inode_dirty()
952 mark_buffer_dirty(ibh); in __nilfs_mark_inode_dirty()
954 brelse(ibh); in __nilfs_mark_inode_dirty()
Dsegment.c933 struct buffer_head *ibh; in nilfs_fill_in_file_bmap() local
937 ibh = ii->i_bh; in nilfs_fill_in_file_bmap()
938 BUG_ON(!ibh); in nilfs_fill_in_file_bmap()
940 ibh); in nilfs_fill_in_file_bmap()
942 nilfs_ifile_unmap_inode(ifile, ii->vfs_inode.i_ino, ibh); in nilfs_fill_in_file_bmap()
1937 struct buffer_head *ibh; in nilfs_segctor_collect_dirty_files() local
1942 ifile, ii->vfs_inode.i_ino, &ibh); in nilfs_segctor_collect_dirty_files()
1948 mark_buffer_dirty(ibh); in nilfs_segctor_collect_dirty_files()
1952 ii->i_bh = ibh; in nilfs_segctor_collect_dirty_files()
1954 brelse(ibh); in nilfs_segctor_collect_dirty_files()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dud.c357 qp->s_hdrwords += hfi1_make_grh(ibp, &qp->s_hdr->ibh.u.l.grh, in hfi1_make_ud_req()
361 ohdr = &qp->s_hdr->ibh.u.l.oth; in hfi1_make_ud_req()
369 ohdr = &qp->s_hdr->ibh.u.oth; in hfi1_make_ud_req()
386 qp->s_hdr->ibh.lrh[0] = cpu_to_be16(lrh0); in hfi1_make_ud_req()
387 qp->s_hdr->ibh.lrh[1] = cpu_to_be16(ah_attr->dlid); /* DEST LID */ in hfi1_make_ud_req()
388 qp->s_hdr->ibh.lrh[2] = in hfi1_make_ud_req()
391 qp->s_hdr->ibh.lrh[3] = IB_LID_PERMISSIVE; in hfi1_make_ud_req()
396 qp->s_hdr->ibh.lrh[3] = cpu_to_be16(lid); in hfi1_make_ud_req()
398 qp->s_hdr->ibh.lrh[3] = IB_LID_PERMISSIVE; in hfi1_make_ud_req()
Druc.c772 qp->s_hdrwords += hfi1_make_grh(ibp, &qp->s_hdr->ibh.u.l.grh, in hfi1_make_ruc_header()
804 qp->s_hdr->ibh.lrh[0] = cpu_to_be16(lrh0); in hfi1_make_ruc_header()
805 qp->s_hdr->ibh.lrh[1] = cpu_to_be16(qp->remote_ah_attr.dlid); in hfi1_make_ruc_header()
806 qp->s_hdr->ibh.lrh[2] = in hfi1_make_ruc_header()
808 qp->s_hdr->ibh.lrh[3] = cpu_to_be16(ppd_from_ibp(ibp)->lid | in hfi1_make_ruc_header()
Dverbs.c959 memcpy(&phdr->hdr, &ahdr->ibh, hdrbytes - sizeof(phdr->pbc)); in build_verbs_tx_desc()
969 struct hfi1_other_headers *sohdr = &ahdr->ibh.u.oth; in build_verbs_tx_desc()
973 phdr->hdr.lrh[0] = ahdr->ibh.lrh[0]; in build_verbs_tx_desc()
975 sohdr = &ahdr->ibh.u.l.oth; in build_verbs_tx_desc()
1056 trace_output_ibhdr(dd_from_ibdev(qp->ibqp.device), &ahdr->ibh); in hfi1_verbs_send_dma()
1135 u32 *hdr = (u32 *)&ahdr->ibh; in hfi1_verbs_send_pio()
1199 trace_output_ibhdr(dd_from_ibdev(qp->ibqp.device), &ahdr->ibh); in hfi1_verbs_send_pio()
1213 hfi1_rc_send_complete(qp, &ahdr->ibh); in hfi1_verbs_send_pio()
1333 ret = egress_pkey_check(dd->pport, &ahdr->ibh, qp); in hfi1_verbs_send()
Ddiag.c1643 u32 *hdr = (u32 *)&ahdr->ibh; in snoop_send_pio_handler()
1654 u32 tlen = HFI1_GET_PKT_LEN(&ahdr->ibh); in snoop_send_pio_handler()
1681 vl = be16_to_cpu(ahdr->ibh.lrh[0]) >> 12; in snoop_send_pio_handler()
1743 &ahdr->ibh, in snoop_send_pio_handler()
1775 hfi1_rc_send_complete(qp, &ahdr->ibh); in snoop_send_pio_handler()
Duc.c95 ohdr = &qp->s_hdr->ibh.u.oth; in hfi1_make_uc_req()
97 ohdr = &qp->s_hdr->ibh.u.l.oth; in hfi1_make_uc_req()
Dverbs.h202 struct hfi1_ib_header ibh; member
Drc.c278 ohdr = &qp->s_hdr->ibh.u.oth; in hfi1_make_rc_req()
280 ohdr = &qp->s_hdr->ibh.u.l.oth; in hfi1_make_rc_req()
/linux-4.4.14/fs/udf/
Dinode.c1329 struct buffer_head *ibh; in udf_read_inode() local
1331 ibh = udf_read_ptagged(inode->i_sb, iloc, 1, &ident); in udf_read_inode()
1332 if (ident == TAG_IDENT_IE && ibh) { in udf_read_inode()
1336 ie = (struct indirectEntry *)ibh->b_data; in udf_read_inode()
1340 brelse(ibh); in udf_read_inode()
1354 brelse(ibh); in udf_read_inode()