Home
last modified time | relevance | path

Searched refs:IOFL_INFODIRTY (Results 1 – 6 of 6) sorted by relevance

/external/f2fs-tools/fsck/
Dquotaio.c194 if (h->qh_io_flags & IOFL_INFODIRTY) { in quota_file_close()
197 h->qh_io_flags &= ~IOFL_INFODIRTY; in quota_file_close()
Dquotaio.h92 #define IOFL_INFODIRTY 0x01 /* Did info change? */ macro
Dquotaio_tree.c59 h->qh_io_flags |= IOFL_INFODIRTY; in mark_quotafile_info_dirty()
/external/e2fsprogs/lib/support/
Dquotaio.c383 if (h->qh_io_flags & IOFL_INFODIRTY) { in quota_file_close()
386 h->qh_io_flags &= ~IOFL_INFODIRTY; in quota_file_close()
Dquotaio.h99 #define IOFL_INFODIRTY 0x01 /* Did info change? */ macro
Dquotaio_tree.c58 h->qh_io_flags |= IOFL_INFODIRTY; in mark_quotafile_info_dirty()