Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ext4/
Dsuper.c1580 static int ext4_mark_dquot_dirty(struct dquot *dquot);
1601 .mark_dirty = ext4_mark_dquot_dirty,
6909 static int ext4_mark_dquot_dirty(struct dquot *dquot) in ext4_mark_dquot_dirty() function