Searched refs:xc_flags (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_log_cil.c74 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags))
164 if (!test_and_clear_bit(XLOG_CIL_PCP_SPACE, &cil->xc_flags))
192 set_bit(XLOG_CIL_EMPTY, &cil->xc_flags);
193 set_bit(XLOG_CIL_PCP_SPACE, &cil->xc_flags);
600 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags) &&
601 test_and_clear_bit(XLOG_CIL_EMPTY, &cil->xc_flags))
639 if (!test_bit(XLOG_CIL_PCP_SPACE, &cil->xc_flags)) {
1175 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags)) {
1390 ASSERT(!test_bit(XLOG_CIL_EMPTY, &cil->xc_flags));
1494 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags) ||
[all...]
H A Dxfs_log_priv.h271 unsigned long xc_flags; member in struct:xfs_cil
290 /* xc_flags bit values */

Completed in 213 milliseconds