Searched refs:ibh (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/fs/nilfs2/ |
D | ifile.h | 22 nilfs_ifile_map_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh) in nilfs_ifile_map_inode() argument 24 void *kaddr = kmap(ibh->b_page); in nilfs_ifile_map_inode() 26 return nilfs_palloc_block_get_entry(ifile, ino, ibh, kaddr); in nilfs_ifile_map_inode() 30 struct buffer_head *ibh) in nilfs_ifile_unmap_inode() argument 32 kunmap(ibh->b_page); in nilfs_ifile_unmap_inode()
|
D | inode.c | 665 void nilfs_update_inode(struct inode *inode, struct buffer_head *ibh, int flags) in nilfs_update_inode() argument 672 raw_inode = nilfs_ifile_map_inode(ifile, ino, ibh); in nilfs_update_inode() 686 nilfs_ifile_unmap_inode(ifile, ino, ibh); in nilfs_update_inode() 948 struct buffer_head *ibh; in __nilfs_mark_inode_dirty() local 951 err = nilfs_load_inode_block(inode, &ibh); in __nilfs_mark_inode_dirty() 958 nilfs_update_inode(inode, ibh, flags); in __nilfs_mark_inode_dirty() 959 mark_buffer_dirty(ibh); in __nilfs_mark_inode_dirty() 961 brelse(ibh); in __nilfs_mark_inode_dirty()
|
D | segment.c | 928 struct buffer_head *ibh; in nilfs_fill_in_file_bmap() local 932 ibh = ii->i_bh; in nilfs_fill_in_file_bmap() 933 BUG_ON(!ibh); in nilfs_fill_in_file_bmap() 935 ibh); in nilfs_fill_in_file_bmap() 937 nilfs_ifile_unmap_inode(ifile, ii->vfs_inode.i_ino, ibh); in nilfs_fill_in_file_bmap() 1936 struct buffer_head *ibh; in nilfs_segctor_collect_dirty_files() local 1941 ifile, ii->vfs_inode.i_ino, &ibh); in nilfs_segctor_collect_dirty_files() 1950 ii->i_bh = ibh; in nilfs_segctor_collect_dirty_files() 1952 brelse(ibh); in nilfs_segctor_collect_dirty_files()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | trace_ibhdrs.h | 385 hfi1_trace_parse_9b_hdr(&opah->ibh, sc5, 394 ohdr = &opah->ibh.u.oth; 396 ohdr = &opah->ibh.u.l.oth;
|
D | ud.c | 348 grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh; in hfi1_make_ud_req_9B() 354 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_ud_req_9B() 357 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_ud_req_9B() 389 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh, in hfi1_make_ud_req_9B()
|
D | uc.c | 99 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_uc_req() 101 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_uc_req()
|
D | ruc.c | 519 hdr.ibh.u.oth.bth[2]) / 4) 703 struct ib_grh *grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh; in hfi1_make_ruc_header_9B() 735 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh, in hfi1_make_ruc_header_9B()
|
D | verbs.h | 133 struct ib_header ibh; /* 9B header */ member
|
D | rc.c | 281 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_rc_req() 283 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_rc_req() 763 struct ib_header *hdr = &opa_hdr->ibh; in hfi1_make_rc_ack_9B() 933 (void *)&opa_hdr.ibh : in hfi1_send_rc_ack() 1116 hdr = &opah->ibh; in hfi1_rc_send_complete()
|
D | trace.c | 96 return __get_ib_hdr_len(&opa_hdr->ibh); in hfi1_trace_opa_hdr_len()
|
D | verbs.c | 1067 hdr = (u32 *)&ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send_pio() 1336 struct ib_header *hdr = &ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send()
|
/Linux-v4.19/fs/udf/ |
D | inode.c | 1322 struct buffer_head *ibh; in udf_read_inode() local 1324 ibh = udf_read_ptagged(inode->i_sb, iloc, 1, &ident); in udf_read_inode() 1325 if (ident == TAG_IDENT_IE && ibh) { in udf_read_inode() 1329 ie = (struct indirectEntry *)ibh->b_data; in udf_read_inode() 1333 brelse(ibh); in udf_read_inode() 1347 brelse(ibh); in udf_read_inode()
|