/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_rmap.c | 979 #define PREV r[2] macro 1029 error = xfs_rmap_get_rec(cur, &PREV, &i); in xfs_rmap_convert() 1037 cur->bc_ag.agno, PREV.rm_startblock, in xfs_rmap_convert() 1038 PREV.rm_blockcount, PREV.rm_owner, in xfs_rmap_convert() 1039 PREV.rm_offset, PREV.rm_flags); in xfs_rmap_convert() 1041 ASSERT(PREV.rm_offset <= offset); in xfs_rmap_convert() 1042 ASSERT(PREV.rm_offset + PREV in xfs_rmap_convert() 1895 #undef PREV global() macro 2502 xfs_rmap_map_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *PREV) xfs_rmap_map_extent() argument 2521 xfs_rmap_unmap_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *PREV) xfs_rmap_unmap_extent() argument 2545 xfs_rmap_convert_extent( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *PREV) xfs_rmap_convert_extent() argument [all...] |
H A D | xfs_bmap.c | 1519 #define PREV r[2] in xfs_bmap_add_extent_delay_real() macro 1524 xfs_iext_get_extent(ifp, &bma->icur, &PREV); in xfs_bmap_add_extent_delay_real() 1526 ASSERT(isnullstartblock(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real() 1527 ASSERT(PREV.br_startoff <= new->br_startoff); in xfs_bmap_add_extent_delay_real() 1528 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff); in xfs_bmap_add_extent_delay_real() 1530 da_old = startblockval(PREV.br_startblock); in xfs_bmap_add_extent_delay_real() 1537 if (PREV.br_startoff == new->br_startoff) in xfs_bmap_add_extent_delay_real() 1539 if (PREV.br_startoff + PREV in xfs_bmap_add_extent_delay_real() 2030 #undef PREV xfs_bmap_add_extent_delay_real() macro 2069 #define PREV xfs_bmap_add_extent_unwritten_real() macro 2565 #undef PREV xfs_bmap_add_extent_unwritten_real() macro 6148 xfs_bmap_map_extent( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_bmbt_irec *PREV) xfs_bmap_map_extent() argument 6161 xfs_bmap_unmap_extent( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_bmbt_irec *PREV) xfs_bmap_unmap_extent() argument [all...] |
H A D | xfs_refcount.c | 1260 struct xfs_bmbt_irec *PREV) in xfs_refcount_increase_extent() 1265 __xfs_refcount_add(tp, XFS_REFCOUNT_INCREASE, PREV->br_startblock, in xfs_refcount_increase_extent() 1266 PREV->br_blockcount); in xfs_refcount_increase_extent() 1275 struct xfs_bmbt_irec *PREV) in xfs_refcount_decrease_extent() 1280 __xfs_refcount_add(tp, XFS_REFCOUNT_DECREASE, PREV->br_startblock, in xfs_refcount_decrease_extent() 1281 PREV->br_blockcount); in xfs_refcount_decrease_extent() 1258 xfs_refcount_increase_extent( struct xfs_trans *tp, struct xfs_bmbt_irec *PREV) xfs_refcount_increase_extent() argument 1273 xfs_refcount_decrease_extent( struct xfs_trans *tp, struct xfs_bmbt_irec *PREV) xfs_refcount_decrease_extent() argument
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_rmap.c | 1073 #define PREV r[2] macro 1115 error = xfs_rmap_lookup_le(cur, bno, owner, offset, oldext, &PREV, &i); in xfs_rmap_convert() 1124 cur->bc_ag.pag->pag_agno, PREV.rm_startblock, in xfs_rmap_convert() 1125 PREV.rm_blockcount, PREV.rm_owner, in xfs_rmap_convert() 1126 PREV.rm_offset, PREV.rm_flags); in xfs_rmap_convert() 1128 ASSERT(PREV.rm_offset <= offset); in xfs_rmap_convert() 1129 ASSERT(PREV.rm_offset + PREV in xfs_rmap_convert() 1982 #undef PREV global() macro 2575 xfs_rmap_map_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *PREV) xfs_rmap_map_extent() argument 2594 xfs_rmap_unmap_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *PREV) xfs_rmap_unmap_extent() argument 2618 xfs_rmap_convert_extent( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *PREV) xfs_rmap_convert_extent() argument [all...] |
H A D | xfs_bmap.c | 1439 #define PREV r[2] in xfs_bmap_add_extent_delay_real() macro 1444 xfs_iext_get_extent(ifp, &bma->icur, &PREV); in xfs_bmap_add_extent_delay_real() 1446 ASSERT(isnullstartblock(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real() 1447 ASSERT(PREV.br_startoff <= new->br_startoff); in xfs_bmap_add_extent_delay_real() 1448 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff); in xfs_bmap_add_extent_delay_real() 1450 da_old = startblockval(PREV.br_startblock); in xfs_bmap_add_extent_delay_real() 1457 if (PREV.br_startoff == new->br_startoff) in xfs_bmap_add_extent_delay_real() 1459 if (PREV.br_startoff + PREV in xfs_bmap_add_extent_delay_real() 1950 #undef PREV xfs_bmap_add_extent_delay_real() macro 1989 #define PREV xfs_bmap_add_extent_unwritten_real() macro 2485 #undef PREV xfs_bmap_add_extent_unwritten_real() macro 6115 xfs_bmap_map_extent( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_bmbt_irec *PREV) xfs_bmap_map_extent() argument 6128 xfs_bmap_unmap_extent( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_bmbt_irec *PREV) xfs_bmap_unmap_extent() argument [all...] |
H A D | xfs_refcount.c | 1470 struct xfs_bmbt_irec *PREV) in xfs_refcount_increase_extent() 1475 __xfs_refcount_add(tp, XFS_REFCOUNT_INCREASE, PREV->br_startblock, in xfs_refcount_increase_extent() 1476 PREV->br_blockcount); in xfs_refcount_increase_extent() 1485 struct xfs_bmbt_irec *PREV) in xfs_refcount_decrease_extent() 1490 __xfs_refcount_add(tp, XFS_REFCOUNT_DECREASE, PREV->br_startblock, in xfs_refcount_decrease_extent() 1491 PREV->br_blockcount); in xfs_refcount_decrease_extent() 1468 xfs_refcount_increase_extent( struct xfs_trans *tp, struct xfs_bmbt_irec *PREV) xfs_refcount_increase_extent() argument 1483 xfs_refcount_decrease_extent( struct xfs_trans *tp, struct xfs_bmbt_irec *PREV) xfs_refcount_decrease_extent() argument
|
/kernel/linux/linux-6.6/drivers/hid/bpf/ |
H A D | hid_bpf_jmp_table.c | 28 #define PREV(idx) (((idx) - 1) & (HID_BPF_MAX_PROGS - 1)) macro 437 jmp_table.tail = PREV(jmp_table.tail); in __hid_bpf_attach_prog()
|