Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_dir2_data.c125 return __this_address; in __xfs_dir3_data_check()
138 return __this_address; in __xfs_dir3_data_check()
144 return __this_address; in __xfs_dir3_data_check()
148 return __this_address; in __xfs_dir3_data_check()
157 return __this_address; in __xfs_dir3_data_check()
162 return __this_address; in __xfs_dir3_data_check()
167 return __this_address; in __xfs_dir3_data_check()
172 return __this_address; in __xfs_dir3_data_check()
174 return __this_address; in __xfs_dir3_data_check()
188 return __this_address; in __xfs_dir3_data_check()
[all …]
H A Dxfs_dquot_buf.c63 return __this_address; in xfs_dquot_verify()
65 return __this_address; in xfs_dquot_verify()
68 return __this_address; in xfs_dquot_verify()
73 return __this_address; in xfs_dquot_verify()
77 return __this_address; in xfs_dquot_verify()
80 return __this_address; in xfs_dquot_verify()
83 return __this_address; in xfs_dquot_verify()
91 return __this_address; in xfs_dquot_verify()
96 return __this_address; in xfs_dquot_verify()
101 return __this_address; in xfs_dquot_verify()
[all …]
H A Dxfs_rtrefcount_btree.c196 return __this_address; in xfs_rtrefcountbt_verify()
199 return __this_address; in xfs_rtrefcountbt_verify()
205 return __this_address; in xfs_rtrefcountbt_verify()
217 xfs_verifier_error(bp, -EFSBADCRC, __this_address); in xfs_rtrefcountbt_read_verify()
H A Dxfs_refcount.c135 return __this_address; in xfs_refcount_check_irec()
138 return __this_address; in xfs_refcount_check_irec()
142 return __this_address; in xfs_refcount_check_irec()
145 return __this_address; in xfs_refcount_check_irec()
156 return __this_address; in xfs_rtrefcount_check_irec()
159 return __this_address; in xfs_rtrefcount_check_irec()
163 return __this_address; in xfs_rtrefcount_check_irec()
166 return __this_address; in xfs_rtrefcount_check_irec()
H A Dxfs_sb.c1128 xfs_verifier_error(bp, error, __this_address); in xfs_sb_read_verify()
1186 xfs_verifier_error(bp, error, __this_address); in xfs_sb_write_verify()
/linux/fs/xfs/
H A Dxfs_platform.h144 #define __this_address ({ __label__ __here; __here: barrier(); &&__here; }) macro
260 __this_address), \
H A Dxfs_dquot.c628 __this_address, dqp->q_id); in xfs_dquot_from_disk()
1218 return __this_address; in xfs_qm_dqflush_check()
1223 return __this_address; in xfs_qm_dqflush_check()
1225 return __this_address; in xfs_qm_dqflush_check()
1233 return __this_address; in xfs_qm_dqflush_check()
1237 return __this_address; in xfs_qm_dqflush_check()
1241 return __this_address; in xfs_qm_dqflush_check()
H A Dxfs_buf.h287 #define xfs_buf_ioerror(bp, err) __xfs_buf_ioerror((bp), (err), __this_address)
291 #define xfs_buf_mark_corrupt(bp) __xfs_buf_mark_corrupt((bp), __this_address)
H A Dxfs_buf.c998 xfs_buf_ioerror_alert(bp, __this_address); in xfs_buf_ioerror_alert_ratelimited()
H A Dxfs_log_recover.c3403 xfs_buf_ioerror_alert(bp, __this_address); in xlog_do_recover()