NVF_CLEAR_DIRTY
#define NVF_CLEAR_DIRTY(flag) (flag &= ~NVF_DIRTY)
#define NVF_CLEAR_DIRTY(nvfd) ((nvfd)->nvf_flags &= ~NVF_F_DIRTY)