Home
last modified time | relevance | path

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

/linux/fs/hpfs/
H A Dsuper.c25 static void mark_dirty(struct super_block *s, int remount) in mark_dirty() function
76 mark_dirty(s, 0); in hpfs_error()
83 mark_dirty(s, 0); in hpfs_error()
449 if (!(fc->sb_flags & SB_RDONLY)) mark_dirty(s, 1); in hpfs_reconfigure()
611 mark_dirty(s, 0); in hpfs_fill_super()
631 mark_dirty(s, 0); in hpfs_fill_super()
/linux/include/linux/
H A Dquota.h330 int (*mark_dirty) (struct dquot *); /* Dquot is marked dirty */ member
/linux/mm/
H A Dshmem_quota.c349 .mark_dirty = shmem_mark_dquot_dirty,
/linux/block/
H A Dbio.c1142 void __bio_release_pages(struct bio *bio, bool mark_dirty) in __bio_release_pages() argument
1149 if (mark_dirty) { in __bio_release_pages()
/linux/fs/quota/
H A Ddquot.c373 return dquot->dq_sb->dq_op->mark_dirty(dquot); in mark_dquot_dirty()
2204 .mark_dirty = dquot_mark_dquot_dirty,
/linux/fs/f2fs/
H A Dsuper.c3580 .mark_dirty = f2fs_dquot_mark_dquot_dirty,