Searched refs:mark_dirty (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/hpfs/ |
| H A D | super.c | 25 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 D | quota.h | 330 int (*mark_dirty) (struct dquot *); /* Dquot is marked dirty */ member
|
| /linux/mm/ |
| H A D | shmem_quota.c | 349 .mark_dirty = shmem_mark_dquot_dirty,
|
| /linux/block/ |
| H A D | bio.c | 1142 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 D | dquot.c | 373 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 D | super.c | 3580 .mark_dirty = f2fs_dquot_mark_dquot_dirty,
|