Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dquotaops.h89 int dquot_commit(struct dquot *dquot);
/openbmc/linux/fs/quota/
H A Ddquot.c501 int dquot_commit(struct dquot *dquot) in dquot_commit() function
522 EXPORT_SYMBOL(dquot_commit);
2207 .write_dquot = dquot_commit,
/openbmc/linux/fs/reiserfs/
H A Dsuper.c2281 ret = dquot_commit(dquot); in reiserfs_write_dquot()
/openbmc/linux/fs/f2fs/
H A Dsuper.c3045 ret = dquot_commit(dquot); in f2fs_dquot_commit()
/openbmc/linux/fs/ext4/
H A Dsuper.c6894 ret = dquot_commit(dquot); in ext4_write_dquot()