Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dcommon.c127 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_process_error()
138 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_process_rt_error()
149 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_xref_process_error()
204 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_fblock_process_error()
215 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_fblock_xref_process_error()
237 trace_xchk_block_preen(sc, xfs_buf_daddr(bp), __return_address); in xchk_block_set_preen()
251 trace_xchk_ino_preen(sc, ino, __return_address); in xchk_ino_set_preen()
262 trace_xchk_fblock_preen(sc, whichfork, offset, __return_address); in xchk_fblock_set_preen()
271 trace_xchk_fs_error(sc, 0, __return_address); in xchk_set_corrupt()
281 trace_xchk_block_error(sc, xfs_buf_daddr(bp), __return_address); in xchk_block_set_corrupt()
[all...]
H A Dbtree.c71 XFS_SCRUB_OFLAG_CORRUPT, __return_address); in xchk_btree_process_error()
82 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_btree_xref_process_error()
111 __return_address); in xchk_btree_set_corrupt()
121 __return_address); in xchk_btree_xref_set_corrupt()
131 __return_address); in xchk_btree_set_preen()
H A Ddabtree.c58 *error, __return_address); in xchk_da_process_error()
80 __return_address); in xchk_da_set_corrupt()
95 __return_address); in xchk_da_set_preen()
/linux/fs/xfs/
H A Dxfs_icache.c1476 trace_xfs_blockgc_stop(mp, __return_address);
1489 trace_xfs_blockgc_start(mp, __return_address); in xfs_blockgc_start()
1569 trace_xfs_blockgc_worker(mp, __return_address); in xfs_blockgc_worker()
1608 trace_xfs_blockgc_flush_all(mp, __return_address); in xfs_blockgc_flush_all()
2012 trace_xfs_inodegc_push(mp, __return_address); in xfs_inodegc_push()
2025 trace_xfs_inodegc_flush(mp, __return_address); in xfs_inodegc_flush()
2059 trace_xfs_inodegc_stop(mp, __return_address);
2074 trace_xfs_inodegc_start(mp, __return_address); in xfs_inodegc_start()
2220 trace_xfs_inodegc_queue(mp, __return_address); in xfs_inodegc_queue()
2226 trace_xfs_inodegc_throttle(mp, __return_address); in xfs_inodegc_queue()
[all...]
H A Dxfs_platform.h137 #define __return_address __builtin_return_address(0) macro
H A Dxfs_fsops.c530 why, flags, __return_address, fname, lnnum); in xfs_do_force_shutdown()
H A Dxfs_super.c816 trace_xfs_fs_sync_fs(mp, __return_address); in xfs_fs_sync_fs()