Home
last modified time | relevance | path

Searched defs:PREV (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_rmap.c1073 #define PREV r[2] macro
2579 struct xfs_bmbt_irec *PREV) in xfs_rmap_map_extent()
2598 struct xfs_bmbt_irec *PREV) in xfs_rmap_unmap_extent()
2623 struct xfs_bmbt_irec *PREV) in xfs_rmap_convert_extent()
H A Dxfs_refcount.c1470 struct xfs_bmbt_irec *PREV) in xfs_refcount_increase_extent()
1485 struct xfs_bmbt_irec *PREV) in xfs_refcount_decrease_extent()
H A Dxfs_bmap.c1439 #define PREV r[2] in xfs_bmap_add_extent_delay_real() macro
1994 #define PREV r[2] in xfs_bmap_add_extent_unwritten_real() macro
6143 struct xfs_bmbt_irec *PREV) in xfs_bmap_map_extent()
6156 struct xfs_bmbt_irec *PREV) in xfs_bmap_unmap_extent()
/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c28 #define PREV(idx) (((idx) - 1) & (HID_BPF_MAX_PROGS - 1)) macro