Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/scrub/
Dcommon.c105 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_process_error()
116 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_xref_process_error()
158 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_fblock_process_error()
169 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_fblock_xref_process_error()
191 trace_xchk_block_preen(sc, xfs_buf_daddr(bp), __return_address); in xchk_block_set_preen()
205 trace_xchk_ino_preen(sc, ino, __return_address); in xchk_ino_set_preen()
214 trace_xchk_fs_error(sc, 0, __return_address); in xchk_set_corrupt()
224 trace_xchk_block_error(sc, xfs_buf_daddr(bp), __return_address); in xchk_block_set_corrupt()
234 trace_xchk_block_error(sc, xfs_buf_daddr(bp), __return_address); in xchk_block_xref_set_corrupt()
248 trace_xchk_ino_error(sc, ino, __return_address); in xchk_ino_set_corrupt()
[all …]
Dbtree.c68 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_btree_process_error()
79 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_btree_xref_process_error()
108 __return_address); in xchk_btree_set_corrupt()
118 __return_address); in xchk_btree_xref_set_corrupt()
Ddabtree.c55 *error, __return_address); in xchk_da_process_error()
77 __return_address); in xchk_da_set_corrupt()
/linux-6.1.9/fs/xfs/
Dxfs_error.h29 xfs_error_report(e, lvl, mp, __FILE__, __LINE__, __return_address)
32 __FILE__, __LINE__, __return_address)
Dxfs_icache.c1362 trace_xfs_blockgc_stop(mp, __return_address); in xfs_blockgc_stop()
1376 trace_xfs_blockgc_start(mp, __return_address); in xfs_blockgc_start()
1456 trace_xfs_blockgc_worker(mp, __return_address); in xfs_blockgc_worker()
1497 trace_xfs_blockgc_flush_all(mp, __return_address); in xfs_blockgc_flush_all()
1876 trace_xfs_inodegc_push(mp, __return_address); in xfs_inodegc_push()
1889 trace_xfs_inodegc_flush(mp, __return_address); in xfs_inodegc_flush()
1907 trace_xfs_inodegc_stop(mp, __return_address); in xfs_inodegc_stop()
1921 trace_xfs_inodegc_start(mp, __return_address); in xfs_inodegc_start()
2054 trace_xfs_inodegc_queue(mp, __return_address); in xfs_inodegc_queue()
2059 trace_xfs_inodegc_throttle(mp, __return_address); in xfs_inodegc_queue()
[all …]
Dxfs_error.c414 fa = failaddr ? failaddr : __return_address; in xfs_buf_verifier_error()
466 fa = failaddr ? failaddr : __return_address; in xfs_inode_verifier_error()
Dxfs_linux.h126 #define __return_address __builtin_return_address(0) macro
Dxfs_trans_buf.c267 xfs_buf_ioerror_alert(bp, __return_address); in xfs_trans_read_buf_map()
290 __return_address); in xfs_trans_read_buf_map()
Dxfs_fsops.c546 why, flags, __return_address, fname, lnnum); in xfs_do_force_shutdown()
Dxfs_super.c751 trace_xfs_fs_sync_fs(mp, __return_address); in xfs_fs_sync_fs()