Searched refs:__return_address (Results 1 – 11 of 11) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | common.c | 125 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_process_error() 136 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_process_rt_error() 147 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_xref_process_error() 200 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_fblock_process_error() 211 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_fblock_xref_process_error() 233 trace_xchk_block_preen(sc, xfs_buf_daddr(bp), __return_address); in xchk_block_set_preen() 247 trace_xchk_ino_preen(sc, ino, __return_address); in xchk_ino_set_preen() 256 trace_xchk_fs_error(sc, 0, __return_address); in xchk_set_corrupt() 266 trace_xchk_block_error(sc, xfs_buf_daddr(bp), __return_address); in xchk_block_set_corrupt() 278 trace_xchk_qcheck_error(sc, dqtype, id, __return_address); in xchk_qcheck_set_corrupt() [all …]
|
H A D | btree.c | 69 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_btree_process_error() 80 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_btree_xref_process_error() 109 __return_address); in xchk_btree_set_corrupt() 119 __return_address); in xchk_btree_xref_set_corrupt() 129 __return_address); in xchk_btree_set_preen()
|
H A D | inode.c | 222 error, __return_address); in xchk_setup_inode()
|
/linux/fs/xfs/ |
H A D | xfs_drain.c | 114 trace_xfs_group_intent_hold(xg, __return_address); in xfs_group_intent_get() 127 trace_xfs_group_intent_rele(xg, __return_address); in xfs_group_intent_put() 140 trace_xfs_group_wait_intents(xg, __return_address); in xfs_group_intent_drain()
|
H A D | xfs_error.h | 29 xfs_error_report(e, lvl, mp, __FILE__, __LINE__, __return_address) 32 __FILE__, __LINE__, __return_address)
|
H A D | xfs_icache.c | 1467 trace_xfs_blockgc_stop(mp, __return_address); in xfs_blockgc_stop() 1480 trace_xfs_blockgc_start(mp, __return_address); in xfs_blockgc_start() 1560 trace_xfs_blockgc_worker(mp, __return_address); in xfs_blockgc_worker() 1599 trace_xfs_blockgc_flush_all(mp, __return_address); in xfs_blockgc_flush_all() 2003 trace_xfs_inodegc_push(mp, __return_address); in xfs_inodegc_push() 2016 trace_xfs_inodegc_flush(mp, __return_address); in xfs_inodegc_flush() 2050 trace_xfs_inodegc_stop(mp, __return_address); in xfs_inodegc_stop() 2065 trace_xfs_inodegc_start(mp, __return_address); in xfs_inodegc_start() 2211 trace_xfs_inodegc_queue(mp, __return_address); in xfs_inodegc_queue() 2217 trace_xfs_inodegc_throttle(mp, __return_address); in xfs_inodegc_queue() [all …]
|
H A D | xfs_error.c | 452 fa = failaddr ? failaddr : __return_address; in xfs_buf_verifier_error() 504 fa = failaddr ? failaddr : __return_address; in xfs_inode_verifier_error()
|
H A D | xfs_linux.h | 129 #define __return_address __builtin_return_address(0) macro
|
H A D | xfs_trans_buf.c | 282 xfs_buf_ioerror_alert(bp, __return_address); in xfs_trans_read_buf_map() 305 __return_address); in xfs_trans_read_buf_map()
|
H A D | xfs_fsops.c | 529 why, flags, __return_address, fname, lnnum); in xfs_do_force_shutdown()
|
H A D | xfs_super.c | 779 trace_xfs_fs_sync_fs(mp, __return_address); in xfs_fs_sync_fs()
|