Searched refs:ibh (Results 1 - 15 of 15) sorted by relevance

/linux-master/fs/nilfs2/
H A Difile.h22 nilfs_ifile_map_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh) argument
24 void *kaddr = kmap_local_page(ibh->b_page);
26 return nilfs_palloc_block_get_entry(ifile, ino, ibh, kaddr);
H A Dinode.c797 void nilfs_update_inode(struct inode *inode, struct buffer_head *ibh, int flags) argument
804 raw_inode = nilfs_ifile_map_inode(ifile, ino, ibh);
1103 struct buffer_head *ibh; local
1113 err = nilfs_load_inode_block(inode, &ibh);
1120 nilfs_update_inode(inode, ibh, flags);
1121 mark_buffer_dirty(ibh);
1123 brelse(ibh);
H A Dsegment.c887 struct buffer_head *ibh; local
891 ibh = ii->i_bh;
892 BUG_ON(!ibh);
894 ibh);
1940 struct buffer_head *ibh; local
1945 ifile, ii->vfs_inode.i_ino, &ibh);
1954 ii->i_bh = ibh;
1956 brelse(ibh);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dud.c287 grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh;
293 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth;
296 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth;
328 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh,
669 struct ib_grh *grh = &hdr.ibh.u.l.grh;
677 ohdr = &hdr.ibh.u.l.oth;
681 ohdr = &hdr.ibh.u.oth;
693 hfi1_make_ib_hdr(&hdr.ibh, lrh0, hwords + SIZE_OF_CRC, dlid, slid);
H A Druc.c150 hdr.ibh.u.oth.bth[2]) / 4)
335 struct ib_grh *grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh;
367 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh,
H A Dtrace_ibhdrs.h354 hfi1_trace_parse_9b_hdr(&opah->ibh, sc5,
363 ohdr = &opah->ibh.u.oth;
365 ohdr = &opah->ibh.u.l.oth;
H A Dipoib_tx.c286 grh = &sdma_hdr->hdr.ibh.u.l.grh;
294 ohdr = &sdma_hdr->hdr.ibh.u.l.oth;
297 ohdr = &sdma_hdr->hdr.ibh.u.oth;
323 hfi1_make_ib_hdr(&sdma_hdr->hdr.ibh, lrh0, dwords, dlid, slid);
H A Duc.c58 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth;
60 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth;
H A Dverbs.h93 struct ib_header ibh; /* 9B header */ member in union:hfi1_opa_header::__anon907
H A Dtrace.c56 return __get_ib_hdr_len(&opa_hdr->ibh);
H A Drc.c419 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth;
421 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth;
1228 struct ib_header *hdr = &opa_hdr->ibh;
1402 (void *)&opa_hdr.ibh :
H A Dverbs.c965 hdr = (u32 *)&ps->s_txreq->phdr.hdr.ibh;
1237 struct ib_header *hdr = &ps->s_txreq->phdr.hdr.ibh;
H A Dhfi.h523 hdr = &opah->ibh;
H A Dtid_rdma.c5047 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth;
/linux-master/fs/udf/
H A Dinode.c1375 struct buffer_head *ibh; local
1377 ibh = udf_read_ptagged(inode->i_sb, iloc, 1, &ident);
1378 if (ident == TAG_IDENT_IE && ibh) {
1382 ie = (struct indirectEntry *)ibh->b_data;
1386 brelse(ibh);
1400 brelse(ibh);

Completed in 543 milliseconds