Home
last modified time | relevance | path

Searched refs:IIF_FLAGS (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dquota.h142 #define IIF_FLAGS 4 macro
143 #define IIF_ALL (IIF_BGRACE | IIF_IGRACE | IIF_FLAGS)
/linux/fs/quota/
H A Dquota.c156 if (info.dqi_valid & ~(IIF_FLAGS | IIF_BGRACE | IIF_IGRACE)) in quota_setinfo()
159 if (info.dqi_valid & IIF_FLAGS) { in quota_setinfo()