Searched refs:__return_address (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
D | common.c | 101 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_process_error() 112 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_xref_process_error() 154 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_fblock_process_error() 165 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_fblock_xref_process_error() 187 trace_xchk_block_preen(sc, bp->b_bn, __return_address); in xchk_block_set_preen() 201 trace_xchk_ino_preen(sc, ino, __return_address); in xchk_ino_set_preen() 210 trace_xchk_fs_error(sc, 0, __return_address); in xchk_set_corrupt() 220 trace_xchk_block_error(sc, bp->b_bn, __return_address); in xchk_block_set_corrupt() 230 trace_xchk_block_error(sc, bp->b_bn, __return_address); in xchk_block_xref_set_corrupt() 244 trace_xchk_ino_error(sc, ino, __return_address); in xchk_ino_set_corrupt() [all …]
|
D | btree.c | 67 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_btree_process_error() 78 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_btree_xref_process_error() 107 __return_address); in xchk_btree_set_corrupt() 117 __return_address); in xchk_btree_xref_set_corrupt()
|
D | dabtree.c | 55 *error, __return_address); in xchk_da_process_error() 77 __return_address); in xchk_da_set_corrupt()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_error.h | 29 xfs_error_report(e, lvl, mp, __FILE__, __LINE__, __return_address) 32 __FILE__, __LINE__, __return_address)
|
D | xfs_error.c | 388 fa = failaddr ? failaddr : __return_address; in xfs_buf_verifier_error() 440 fa = failaddr ? failaddr : __return_address; in xfs_inode_verifier_error()
|
D | xfs_linux.h | 126 #define __return_address __builtin_return_address(0) macro
|
D | xfs_trans_buf.c | 267 xfs_buf_ioerror_alert(bp, __return_address); in xfs_trans_read_buf_map() 290 __return_address); in xfs_trans_read_buf_map()
|
D | xfs_fsops.c | 497 __func__, flags, lnnum, fname, __return_address); in xfs_do_force_shutdown()
|