Searched refs:__return_address (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/xfs/scrub/ |
D | common.c | 108 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_process_error() 119 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_xref_process_error() 161 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_fblock_process_error() 172 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_fblock_xref_process_error() 194 trace_xchk_block_preen(sc, bp->b_bn, __return_address); in xchk_block_set_preen() 208 trace_xchk_ino_preen(sc, ino, __return_address); in xchk_ino_set_preen() 218 trace_xchk_block_error(sc, bp->b_bn, __return_address); in xchk_block_set_corrupt() 228 trace_xchk_block_error(sc, bp->b_bn, __return_address); in xchk_block_xref_set_corrupt() 242 trace_xchk_ino_error(sc, ino, __return_address); in xchk_ino_set_corrupt() 252 trace_xchk_ino_error(sc, ino, __return_address); in xchk_ino_xref_set_corrupt() [all …]
|
D | btree.c | 74 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_btree_process_error() 85 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_btree_xref_process_error() 114 __return_address); in xchk_btree_set_corrupt() 124 __return_address); in xchk_btree_xref_set_corrupt()
|
D | dabtree.c | 63 *error, __return_address); in xchk_da_process_error() 85 __return_address); in xchk_da_set_corrupt()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_error.h | 28 xfs_error_report(e, lvl, mp, __FILE__, __LINE__, __return_address) 31 __FILE__, __LINE__, __return_address)
|
D | xfs_error.c | 357 fa = failaddr ? failaddr : __return_address; in xfs_buf_verifier_error() 408 fa = failaddr ? failaddr : __return_address; in xfs_inode_verifier_error()
|
D | xfs_linux.h | 132 #define __return_address __builtin_return_address(0) macro
|
D | xfs_fsops.c | 485 __func__, flags, lnnum, fname, __return_address); in xfs_do_force_shutdown()
|