Home
last modified time | relevance | path

Searched refs:xfs_buf_mark_corrupt (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_attr_inactive.c149 xfs_buf_mark_corrupt(bp); in xfs_attr3_node_inactive()
200 xfs_buf_mark_corrupt(child_bp); in xfs_attr3_node_inactive()
310 xfs_buf_mark_corrupt(bp); in xfs_attr3_root_inactive()
H A Dxfs_buf.h291 #define xfs_buf_mark_corrupt(bp) __xfs_buf_mark_corrupt((bp), __this_address) macro