Home
last modified time | relevance | path

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

/linux/fs/quota/
H A Ddquot.c527 int dquot_commit(struct dquot *dquot) in dquot_commit() function
548 EXPORT_SYMBOL(dquot_commit);
2155 .write_dquot = dquot_commit,
/linux/fs/ext4/
H A Dsuper.c7045 ret = dquot_commit(dquot); in ext4_write_dquot()