Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dquota.h84 #define QIF_DQBLKSIZE (1 << QIF_DQBLKSIZE_BITS) macro
/linux-6.1.9/fs/quota/
Dquota.c184 return (space + QIF_DQBLKSIZE - 1) >> QIF_DQBLKSIZE_BITS; in stoqb()