fs_is_ok           45 fs/xfs/xfs_error.h 		int fs_is_ok = (x); \
fs_is_ok           46 fs/xfs/xfs_error.h 		ASSERT(fs_is_ok); \
fs_is_ok           47 fs/xfs/xfs_error.h 		if (unlikely(!fs_is_ok)) { \
fs_is_ok           57 fs/xfs/xfs_error.h 		int fs_is_ok = (x); \
fs_is_ok           58 fs/xfs/xfs_error.h 		ASSERT(fs_is_ok); \
fs_is_ok           59 fs/xfs/xfs_error.h 		if (unlikely(!fs_is_ok)) { \