Home
last modified time | relevance | path

Searched refs:pcur (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/scrub/
H A Dalloc.c62 struct xfs_btree_cur **pcur; in xchk_allocbt_xref_other() local
69 pcur = &sc->sa.cnt_cur; in xchk_allocbt_xref_other()
71 pcur = &sc->sa.bno_cur; in xchk_allocbt_xref_other()
72 if (!*pcur || xchk_skip_xref(sc->sm)) in xchk_allocbt_xref_other()
75 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other()
76 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other()
79 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other()
83 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other()
84 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other()
87 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_refcount.h85 struct xfs_refcount_intent *ri, struct xfs_btree_cur **pcur);
87 struct xfs_refcount_intent *ri, struct xfs_btree_cur **pcur);
H A Dxfs_refcount.c1386 struct xfs_btree_cur **pcur) in xfs_refcount_finish_one() argument
1389 struct xfs_btree_cur *rcur = *pcur; in xfs_refcount_finish_one()
1412 *pcur = NULL; in xfs_refcount_finish_one()
1421 *pcur = rcur = xfs_refcountbt_init_cursor(mp, tp, agbp, pag); in xfs_refcount_finish_one()
1498 struct xfs_btree_cur **pcur) in xfs_rtrefcount_finish_one() argument
1502 struct xfs_btree_cur *rcur = *pcur; in xfs_rtrefcount_finish_one()
1524 *pcur = NULL; in xfs_rtrefcount_finish_one()
1529 *pcur = rcur = xfs_rtrefcountbt_init_cursor(tp, rtg); in xfs_rtrefcount_finish_one()
/linux/fs/smb/client/
H A Dsess.c738 unsigned char **pcur, in cifs_security_buffer_from_str() argument
747 if (!pcur) in cifs_security_buffer_from_str()
748 pcur = &tmp; in cifs_security_buffer_from_str()
751 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
754 *pcur += sizeof(__le16); in cifs_security_buffer_from_str()
756 len = cifs_strtoUTF16((__le16 *)*pcur, in cifs_security_buffer_from_str()
761 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
764 *pcur += len; in cifs_security_buffer_from_str()
/linux/arch/arc/kernel/
H A Dunwind.c449 static uleb128_t get_uleb128(const u8 **pcur, const u8 *end) in get_uleb128() argument
451 const u8 *cur = *pcur; in get_uleb128()
465 *pcur = cur; in get_uleb128()
470 static sleb128_t get_sleb128(const u8 **pcur, const u8 *end) in get_sleb128() argument
472 const u8 *cur = *pcur; in get_sleb128()
488 *pcur = cur; in get_sleb128()