Home
last modified time | relevance | path

Searched refs:DQF_INFO_DIRTY (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/quota/
H A Dquota_v1.c201 dqopt->info[type].dqi_flags &= ~DQF_INFO_DIRTY; in v1_write_file_info()
H A Dquota_v2.c204 info->dqi_flags &= ~DQF_INFO_DIRTY; in v2_write_file_info()
H A Ddquot.c445 sb_dqopt(sb)->info[type].dqi_flags |= DQF_INFO_DIRTY; in mark_info_dirty()
/openbmc/linux/include/linux/
H A Dquota.h245 #define DQF_INFO_DIRTY (1 << DQF_INFO_DIRTY_B) /* Is info dirty? */ macro
/openbmc/linux/fs/ocfs2/
H A Dquota_global.c425 info->dqi_flags &= ~DQF_INFO_DIRTY; in __ocfs2_global_write_info()