/kernel/linux/linux-5.10/fs/nilfs2/ |
H A 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() 32 kunmap(ibh->b_page); in nilfs_ifile_unmap_inode() 29 nilfs_ifile_unmap_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh) nilfs_ifile_unmap_inode() argument
|
H A D | inode.c | 805 void nilfs_update_inode(struct inode *inode, struct buffer_head *ibh, int flags) in nilfs_update_inode() argument 812 raw_inode = nilfs_ifile_map_inode(ifile, ino, ibh); in nilfs_update_inode() 826 nilfs_ifile_unmap_inode(ifile, ino, ibh); in nilfs_update_inode() 1110 struct buffer_head *ibh; in __nilfs_mark_inode_dirty() local 1120 err = nilfs_load_inode_block(inode, &ibh); in __nilfs_mark_inode_dirty() 1127 nilfs_update_inode(inode, ibh, flags); in __nilfs_mark_inode_dirty() 1128 mark_buffer_dirty(ibh); in __nilfs_mark_inode_dirty() 1130 brelse(ibh); in __nilfs_mark_inode_dirty()
|
H A D | segment.c | 961 struct buffer_head *ibh; in nilfs_fill_in_file_bmap() local 965 ibh = ii->i_bh; in nilfs_fill_in_file_bmap() 966 BUG_ON(!ibh); in nilfs_fill_in_file_bmap() 968 ibh); in nilfs_fill_in_file_bmap() 970 nilfs_ifile_unmap_inode(ifile, ii->vfs_inode.i_ino, ibh); in nilfs_fill_in_file_bmap() 1984 struct buffer_head *ibh; in nilfs_segctor_collect_dirty_files() local 1989 ifile, ii->vfs_inode.i_ino, &ibh); in nilfs_segctor_collect_dirty_files() 1998 ii->i_bh = ibh; in nilfs_segctor_collect_dirty_files() 2000 brelse(ibh); in nilfs_segctor_collect_dirty_files()
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A 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() 32 kunmap(ibh->b_page); in nilfs_ifile_unmap_inode() 29 nilfs_ifile_unmap_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh) nilfs_ifile_unmap_inode() argument
|
H A D | inode.c | 801 void nilfs_update_inode(struct inode *inode, struct buffer_head *ibh, int flags) in nilfs_update_inode() argument 808 raw_inode = nilfs_ifile_map_inode(ifile, ino, ibh); in nilfs_update_inode() 822 nilfs_ifile_unmap_inode(ifile, ino, ibh); in nilfs_update_inode() 1108 struct buffer_head *ibh; in __nilfs_mark_inode_dirty() local 1118 err = nilfs_load_inode_block(inode, &ibh); in __nilfs_mark_inode_dirty() 1125 nilfs_update_inode(inode, ibh, flags); in __nilfs_mark_inode_dirty() 1126 mark_buffer_dirty(ibh); in __nilfs_mark_inode_dirty() 1128 brelse(ibh); in __nilfs_mark_inode_dirty()
|
H A D | segment.c | 958 struct buffer_head *ibh; in nilfs_fill_in_file_bmap() local 962 ibh = ii->i_bh; in nilfs_fill_in_file_bmap() 963 BUG_ON(!ibh); in nilfs_fill_in_file_bmap() 965 ibh); in nilfs_fill_in_file_bmap() 967 nilfs_ifile_unmap_inode(ifile, ii->vfs_inode.i_ino, ibh); in nilfs_fill_in_file_bmap() 1981 struct buffer_head *ibh; in nilfs_segctor_collect_dirty_files() local 1986 ifile, ii->vfs_inode.i_ino, &ibh); in nilfs_segctor_collect_dirty_files() 1995 ii->i_bh = ibh; in nilfs_segctor_collect_dirty_files() 1997 brelse(ibh); in nilfs_segctor_collect_dirty_files()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | ud.c | 329 grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh; in hfi1_make_ud_req_9B() 335 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_ud_req_9B() 338 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_ud_req_9B() 370 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh, in hfi1_make_ud_req_9B() 710 struct ib_grh *grh = &hdr.ibh.u.l.grh; in return_cnp() 718 ohdr = &hdr.ibh.u.l.oth; in return_cnp() 722 ohdr = &hdr.ibh.u.oth; in return_cnp() 734 hfi1_make_ib_hdr(&hdr.ibh, lrh0, hwords + SIZE_OF_CRC, dlid, slid); in return_cnp()
|
H A D | ipoib_tx.c | 322 grh = &sdma_hdr->hdr.ibh.u.l.grh; in hfi1_ipoib_build_ib_tx_headers() 330 ohdr = &sdma_hdr->hdr.ibh.u.l.oth; in hfi1_ipoib_build_ib_tx_headers() 333 ohdr = &sdma_hdr->hdr.ibh.u.oth; in hfi1_ipoib_build_ib_tx_headers() 359 hfi1_make_ib_hdr(&sdma_hdr->hdr.ibh, lrh0, dwords, dlid, slid); in hfi1_ipoib_build_ib_tx_headers()
|
H A D | trace_ibhdrs.h | 395 hfi1_trace_parse_9b_hdr(&opah->ibh, sc5, 404 ohdr = &opah->ibh.u.oth; 406 ohdr = &opah->ibh.u.l.oth;
|
H A D | ruc.c | 192 hdr.ibh.u.oth.bth[2]) / 4) 375 struct ib_grh *grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh; in hfi1_make_ruc_header_9B() 407 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh, in hfi1_make_ruc_header_9B()
|
H A 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()
|
H A D | verbs.h | 135 struct ib_header ibh; /* 9B header */ member
|
H A D | trace.c | 98 return __get_ib_hdr_len(&opa_hdr->ibh); in hfi1_trace_opa_hdr_len()
|
H A D | rc.c | 460 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_rc_req() 462 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_rc_req() 1269 struct ib_header *hdr = &opa_hdr->ibh; in hfi1_make_rc_ack_9B() 1444 (void *)&opa_hdr.ibh : in hfi1_send_rc_ack()
|
H A D | verbs.c | 1007 hdr = (u32 *)&ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send_pio() 1279 struct ib_header *hdr = &ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | ud.c | 287 grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh; in hfi1_make_ud_req_9B() 293 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_ud_req_9B() 296 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_ud_req_9B() 328 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh, in hfi1_make_ud_req_9B() 669 struct ib_grh *grh = &hdr.ibh.u.l.grh; in return_cnp() 677 ohdr = &hdr.ibh.u.l.oth; in return_cnp() 681 ohdr = &hdr.ibh.u.oth; in return_cnp() 693 hfi1_make_ib_hdr(&hdr.ibh, lrh0, hwords + SIZE_OF_CRC, dlid, slid); in return_cnp()
|
H A D | ipoib_tx.c | 286 grh = &sdma_hdr->hdr.ibh.u.l.grh; in hfi1_ipoib_build_ib_tx_headers() 294 ohdr = &sdma_hdr->hdr.ibh.u.l.oth; in hfi1_ipoib_build_ib_tx_headers() 297 ohdr = &sdma_hdr->hdr.ibh.u.oth; in hfi1_ipoib_build_ib_tx_headers() 323 hfi1_make_ib_hdr(&sdma_hdr->hdr.ibh, lrh0, dwords, dlid, slid); in hfi1_ipoib_build_ib_tx_headers()
|
H A D | trace_ibhdrs.h | 354 hfi1_trace_parse_9b_hdr(&opah->ibh, sc5, 363 ohdr = &opah->ibh.u.oth; 365 ohdr = &opah->ibh.u.l.oth;
|
H A D | ruc.c | 150 hdr.ibh.u.oth.bth[2]) / 4) 335 struct ib_grh *grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh; in hfi1_make_ruc_header_9B() 367 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh, in hfi1_make_ruc_header_9B()
|
H A D | uc.c | 58 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_uc_req() 60 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_uc_req()
|
H A D | verbs.h | 93 struct ib_header ibh; /* 9B header */ member
|
H A D | trace.c | 56 return __get_ib_hdr_len(&opa_hdr->ibh); in hfi1_trace_opa_hdr_len()
|
H A D | rc.c | 419 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_rc_req() 421 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_rc_req() 1228 struct ib_header *hdr = &opa_hdr->ibh; in hfi1_make_rc_ack_9B() 1402 (void *)&opa_hdr.ibh : in hfi1_send_rc_ack()
|
/kernel/linux/linux-5.10/fs/udf/ |
H A D | inode.c | 1352 struct buffer_head *ibh; in udf_read_inode() local 1354 ibh = udf_read_ptagged(inode->i_sb, iloc, 1, &ident); in udf_read_inode() 1355 if (ident == TAG_IDENT_IE && ibh) { in udf_read_inode() 1359 ie = (struct indirectEntry *)ibh->b_data; in udf_read_inode() 1363 brelse(ibh); in udf_read_inode() 1377 brelse(ibh); in udf_read_inode()
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | inode.c | 1375 struct buffer_head *ibh; in udf_read_inode() local 1377 ibh = udf_read_ptagged(inode->i_sb, iloc, 1, &ident); in udf_read_inode() 1378 if (ident == TAG_IDENT_IE && ibh) { in udf_read_inode() 1382 ie = (struct indirectEntry *)ibh->b_data; in udf_read_inode() 1386 brelse(ibh); in udf_read_inode() 1400 brelse(ibh); in udf_read_inode()
|