/linux-6.3-rc2/drivers/infiniband/hw/ocrdma/ |
A D | ocrdma_stats.c | 128 pcur += ocrdma_add_stat(stats, pcur, "active_srqs", in ocrdma_resource_stats() 130 pcur += ocrdma_add_stat(stats, pcur, "active_rbqs", in ocrdma_resource_stats() 152 pcur += ocrdma_add_stat(stats, pcur, "active_frmr", in ocrdma_resource_stats() 160 pcur += ocrdma_add_stat(stats, pcur, "active_mw", in ocrdma_resource_stats() 237 pcur += ocrdma_add_stat(stats, pcur, "ud_drops", in ocrdma_rx_stats() 239 pcur += ocrdma_add_stat(stats, pcur, "qp1_drops", in ocrdma_rx_stats() 297 pcur += ocrdma_add_stat(stats, pcur, "send_pkts", in ocrdma_tx_stats() 303 pcur += ocrdma_add_stat(stats, pcur, "read_pkts", in ocrdma_tx_stats() 309 pcur += ocrdma_add_stat(stats, pcur, "ack_pkts", in ocrdma_tx_stats() 377 pcur += ocrdma_add_stat(stats, pcur, "read_wqes", in ocrdma_wqe_stats() [all …]
|
/linux-6.3-rc2/fs/xfs/scrub/ |
A D | alloc.c | 41 struct xfs_btree_cur **pcur; in xchk_allocbt_xref_other() local 48 pcur = &sc->sa.cnt_cur; in xchk_allocbt_xref_other() 50 pcur = &sc->sa.bno_cur; in xchk_allocbt_xref_other() 51 if (!*pcur || xchk_skip_xref(sc->sm)) in xchk_allocbt_xref_other() 54 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other() 55 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other() 58 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other() 62 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other() 63 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other() 66 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other() [all …]
|
A D | ialloc.c | 62 struct xfs_btree_cur **pcur; in xchk_iallocbt_chunk_xref_other() local 67 pcur = &sc->sa.ino_cur; in xchk_iallocbt_chunk_xref_other() 69 pcur = &sc->sa.fino_cur; in xchk_iallocbt_chunk_xref_other() 70 if (!(*pcur)) in xchk_iallocbt_chunk_xref_other() 72 error = xfs_ialloc_has_inode_record(*pcur, agino, agino, &has_irec); in xchk_iallocbt_chunk_xref_other() 73 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_iallocbt_chunk_xref_other() 77 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_iallocbt_chunk_xref_other()
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_refcount.h | 78 struct xfs_refcount_intent *ri, struct xfs_btree_cur **pcur);
|
A D | xfs_rmap.h | 183 struct xfs_btree_cur **pcur);
|
A D | xfs_refcount.c | 1326 struct xfs_btree_cur **pcur) in xfs_refcount_finish_one() argument 1353 rcur = *pcur; in xfs_refcount_finish_one() 1359 *pcur = NULL; in xfs_refcount_finish_one() 1371 *pcur = rcur; in xfs_refcount_finish_one()
|
A D | xfs_btree.c | 3493 struct xfs_btree_cur *pcur; /* previous level's cursor */ in xfs_btree_insert() local 3500 pcur = cur; in xfs_btree_insert() 3519 error = xfs_btree_insrec(pcur, level, &nptr, &rec, key, in xfs_btree_insert() 3522 if (pcur != cur) in xfs_btree_insert() 3523 xfs_btree_del_cursor(pcur, XFS_BTREE_ERROR); in xfs_btree_insert() 3538 if (pcur != cur && in xfs_btree_insert() 3542 cur->bc_ops->update_cursor(pcur, cur); in xfs_btree_insert() 3543 cur->bc_nlevels = pcur->bc_nlevels; in xfs_btree_insert() 3544 xfs_btree_del_cursor(pcur, XFS_BTREE_NOERROR); in xfs_btree_insert() 3548 pcur = ncur; in xfs_btree_insert()
|
A D | xfs_rmap.c | 2394 struct xfs_btree_cur **pcur) in xfs_rmap_finish_one() argument 2423 rcur = *pcur; in xfs_rmap_finish_one() 2427 *pcur = NULL; in xfs_rmap_finish_one() 2445 *pcur = rcur; in xfs_rmap_finish_one()
|
/linux-6.3-rc2/arch/arc/kernel/ |
A D | unwind.c | 456 static uleb128_t get_uleb128(const u8 **pcur, const u8 *end) in get_uleb128() argument 458 const u8 *cur = *pcur; in get_uleb128() 472 *pcur = cur; in get_uleb128() 477 static sleb128_t get_sleb128(const u8 **pcur, const u8 *end) in get_sleb128() argument 479 const u8 *cur = *pcur; in get_sleb128() 495 *pcur = cur; in get_sleb128()
|
/linux-6.3-rc2/fs/cifs/ |
A D | sess.c | 858 unsigned char **pcur, in cifs_security_buffer_from_str() argument 867 if (!pcur) in cifs_security_buffer_from_str() 868 pcur = &tmp; in cifs_security_buffer_from_str() 871 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str() 874 *pcur += sizeof(__le16); in cifs_security_buffer_from_str() 876 len = cifs_strtoUTF16((__le16 *)*pcur, in cifs_security_buffer_from_str() 881 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str() 884 *pcur += len; in cifs_security_buffer_from_str()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_refcount_item.c | 256 struct xfs_btree_cur **pcur) in xfs_trans_log_finish_refcount_update() argument 260 error = xfs_refcount_finish_one(tp, ri, pcur); in xfs_trans_log_finish_refcount_update()
|
A D | xfs_rmap_item.c | 297 struct xfs_btree_cur **pcur) in xfs_trans_log_finish_rmap_update() argument 301 error = xfs_rmap_finish_one(tp, ri, pcur); in xfs_trans_log_finish_rmap_update()
|