Home
last modified time | relevance | path

Searched refs:write_dquot (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dquota.h325 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ member
/linux/fs/quota/
H A Ddquot.c697 int ret = dquot->dq_sb->dq_op->write_dquot(dquot); in dquot_write_dquot()
2155 .write_dquot = dquot_commit,
/linux/fs/ext4/
H A Dsuper.c1653 .write_dquot = ext4_write_dquot,