Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dquotaops.h89 int dquot_commit(struct dquot *dquot);
/linux/fs/quota/
H A Ddquot.c502 int dquot_commit(struct dquot *dquot) in dquot_commit() function
523 EXPORT_SYMBOL(dquot_commit);
2201 .write_dquot = dquot_commit,
/linux/fs/f2fs/
H A Dsuper.c3561 ret = dquot_commit(dquot); in f2fs_dquot_commit()
/linux/fs/ext4/
H A Dsuper.c6977 ret = dquot_commit(dquot); in ext4_write_dquot()