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

/linux-master/include/uapi/linux/
H A Dquota.h111 struct if_dqblk { struct
/linux-master/fs/quota/
H A Dquota.c187 static void copy_to_if_dqblk(struct if_dqblk *dst, struct qc_dqblk *src)
206 struct if_dqblk idq;
253 /* struct if_nextdqblk is a superset of struct if_dqblk */
254 copy_to_if_dqblk((struct if_dqblk *)&idq, &fdq);
261 static void copy_from_if_dqblk(struct qc_dqblk *dst, struct if_dqblk *src)
291 struct if_dqblk idq;

Completed in 107 milliseconds