Home
last modified time | relevance | path

Searched refs:__return_address (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dcommon.c101 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...]
H A Dbtree.c67 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()
H A Ddabtree.c55 *error, __return_address); in xchk_da_process_error()
77 __return_address); in xchk_da_set_corrupt()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dcommon.c106 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_process_error()
117 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_xref_process_error()
160 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_fblock_process_error()
171 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_fblock_xref_process_error()
193 trace_xchk_block_preen(sc, xfs_buf_daddr(bp), __return_address); in xchk_block_set_preen()
207 trace_xchk_ino_preen(sc, ino, __return_address); in xchk_ino_set_preen()
216 trace_xchk_fs_error(sc, 0, __return_address); in xchk_set_corrupt()
226 trace_xchk_block_error(sc, xfs_buf_daddr(bp), __return_address); in xchk_block_set_corrupt()
236 trace_xchk_block_error(sc, xfs_buf_daddr(bp), __return_address); in xchk_block_xref_set_corrupt()
250 trace_xchk_ino_error(sc, ino, __return_address); in xchk_ino_set_corrupt()
[all...]
H A Dbtree.c69 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 Ddabtree.c56 *error, __return_address); in xchk_da_process_error()
78 __return_address); in xchk_da_set_corrupt()
H A Dinode.c191 error, __return_address); in xchk_setup_inode()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_drain.c135 trace_xfs_perag_intent_hold(pag, __return_address); in xfs_perag_intent_hold()
144 trace_xfs_perag_intent_rele(pag, __return_address); in xfs_perag_intent_rele()
156 trace_xfs_perag_wait_intents(pag, __return_address); in xfs_perag_intent_drain()
H A Dxfs_error.h29 xfs_error_report(e, lvl, mp, __FILE__, __LINE__, __return_address)
32 __FILE__, __LINE__, __return_address)
H A Dxfs_icache.c1357 trace_xfs_blockgc_stop(mp, __return_address); in xfs_blockgc_stop()
1371 trace_xfs_blockgc_start(mp, __return_address); in xfs_blockgc_start()
1451 trace_xfs_blockgc_worker(mp, __return_address); in xfs_blockgc_worker()
1491 trace_xfs_blockgc_flush_all(mp, __return_address); in xfs_blockgc_flush_all()
1898 trace_xfs_inodegc_push(mp, __return_address); in xfs_inodegc_push()
1911 trace_xfs_inodegc_flush(mp, __return_address); in xfs_inodegc_flush()
1945 trace_xfs_inodegc_stop(mp, __return_address); in xfs_inodegc_stop()
1960 trace_xfs_inodegc_start(mp, __return_address); in xfs_inodegc_start()
2104 trace_xfs_inodegc_queue(mp, __return_address); in xfs_inodegc_queue()
2110 trace_xfs_inodegc_throttle(mp, __return_address); in xfs_inodegc_queue()
[all...]
H A Dxfs_error.c446 fa = failaddr ? failaddr : __return_address; in xfs_buf_verifier_error()
498 fa = failaddr ? failaddr : __return_address; in xfs_inode_verifier_error()
H A 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()
H A Dxfs_linux.h129 #define __return_address __builtin_return_address(0) macro
H A Dxfs_fsops.c558 why, flags, __return_address, fname, lnnum); in xfs_do_force_shutdown()
H A Dxfs_super.c780 trace_xfs_fs_sync_fs(mp, __return_address); in xfs_fs_sync_fs()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_error.h29 xfs_error_report(e, lvl, mp, __FILE__, __LINE__, __return_address)
32 __FILE__, __LINE__, __return_address)
H A Dxfs_error.c390 fa = failaddr ? failaddr : __return_address; in xfs_buf_verifier_error()
442 fa = failaddr ? failaddr : __return_address; in xfs_inode_verifier_error()
H A 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()
H A Dxfs_linux.h126 #define __return_address __builtin_return_address(0) macro
H A Dxfs_fsops.c487 __func__, flags, lnnum, fname, __return_address); in xfs_do_force_shutdown()

Completed in 16 milliseconds