Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dquotaops.h89 int dquot_commit(struct dquot *dquot);
/linux-6.15/fs/quota/
H A Ddquot.c499 int dquot_commit(struct dquot *dquot) in dquot_commit() function
520 EXPORT_SYMBOL(dquot_commit);
2198 .write_dquot = dquot_commit,
/linux-6.15/fs/f2fs/
H A Dsuper.c3137 ret = dquot_commit(dquot); in f2fs_dquot_commit()
/linux-6.15/fs/ext4/
H A Dsuper.c6911 ret = dquot_commit(dquot); in ext4_write_dquot()