Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dquota.h110 struct if_dqblk { struct
/Linux-v5.15/fs/quota/
Dquota.c186 static void copy_to_if_dqblk(struct if_dqblk *dst, struct qc_dqblk *src) in copy_to_if_dqblk()
205 struct if_dqblk idq; in quota_getquota()
253 copy_to_if_dqblk((struct if_dqblk *)&idq, &fdq); in quota_getnextquota()
260 static void copy_from_if_dqblk(struct qc_dqblk *dst, struct if_dqblk *src) in copy_from_if_dqblk()
290 struct if_dqblk idq; in quota_setquota()