Searched refs:mark_dirty (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/fs/hpfs/ |
| H A D | super.c | 24 static void mark_dirty(struct super_block *s, int remount) in mark_dirty() function 75 mark_dirty(s, 0); in hpfs_error() 82 mark_dirty(s, 0); in hpfs_error() 452 if (!(fc->sb_flags & SB_RDONLY)) mark_dirty(s, 1); in hpfs_reconfigure() 614 mark_dirty(s, 0); in hpfs_fill_super() 634 mark_dirty(s, 0); in hpfs_fill_super()
|
| /linux-6.15/include/linux/ |
| H A D | bio.h | 423 void __bio_release_pages(struct bio *bio, bool mark_dirty); 439 static inline void bio_release_pages(struct bio *bio, bool mark_dirty) in bio_release_pages() argument 442 __bio_release_pages(bio, mark_dirty); in bio_release_pages()
|
| H A D | quota.h | 330 int (*mark_dirty) (struct dquot *); /* Dquot is marked dirty */ member
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_buddy.c | 428 bool mark_dirty) in __drm_buddy_free_list() argument 432 WARN_ON(mark_dirty && mark_clear); in __drm_buddy_free_list() 437 else if (mark_dirty) in __drm_buddy_free_list()
|
| /linux-6.15/mm/ |
| H A D | shmem_quota.c | 349 .mark_dirty = shmem_mark_dquot_dirty,
|
| /linux-6.15/block/ |
| H A D | bio.c | 1061 void __bio_release_pages(struct bio *bio, bool mark_dirty) in __bio_release_pages() argument 1068 if (mark_dirty) { in __bio_release_pages()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | locking.rst | 618 int (*mark_dirty) (struct dquot *); 632 mark_dirty: no -
|
| /linux-6.15/fs/ocfs2/ |
| H A D | quota_global.c | 1032 .mark_dirty = ocfs2_mark_dquot_dirty,
|
| /linux-6.15/fs/quota/ |
| H A D | dquot.c | 370 return dquot->dq_sb->dq_op->mark_dirty(dquot); in mark_dquot_dirty() 2201 .mark_dirty = dquot_mark_dquot_dirty,
|
| /linux-6.15/fs/f2fs/ |
| H A D | super.c | 3201 .mark_dirty = f2fs_dquot_mark_dquot_dirty,
|
| /linux-6.15/fs/ext4/ |
| H A D | super.c | 1592 .mark_dirty = ext4_mark_dquot_dirty,
|