Home
last modified time | relevance | path

Searched refs:__return_address (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/xfs/scrub/
Dcommon.c108 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 …]
Dbtree.c74 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()
Ddabtree.c63 *error, __return_address); in xchk_da_process_error()
85 __return_address); in xchk_da_set_corrupt()
/linux-4.19.296/fs/xfs/
Dxfs_error.h28 xfs_error_report(e, lvl, mp, __FILE__, __LINE__, __return_address)
31 __FILE__, __LINE__, __return_address)
Dxfs_error.c357 fa = failaddr ? failaddr : __return_address; in xfs_buf_verifier_error()
408 fa = failaddr ? failaddr : __return_address; in xfs_inode_verifier_error()
Dxfs_linux.h132 #define __return_address __builtin_return_address(0) macro
Dxfs_fsops.c485 __func__, flags, lnnum, fname, __return_address); in xfs_do_force_shutdown()