Home
last modified time | relevance | path

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

/linux-6.15/fs/hpfs/
H A Dsuper.c24 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 Dbio.h423 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 Dquota.h330 int (*mark_dirty) (struct dquot *); /* Dquot is marked dirty */ member
/linux-6.15/drivers/gpu/drm/
H A Ddrm_buddy.c428 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 Dshmem_quota.c349 .mark_dirty = shmem_mark_dquot_dirty,
/linux-6.15/block/
H A Dbio.c1061 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 Dlocking.rst618 int (*mark_dirty) (struct dquot *);
632 mark_dirty: no -
/linux-6.15/fs/ocfs2/
H A Dquota_global.c1032 .mark_dirty = ocfs2_mark_dquot_dirty,
/linux-6.15/fs/quota/
H A Ddquot.c370 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 Dsuper.c3201 .mark_dirty = f2fs_dquot_mark_dquot_dirty,
/linux-6.15/fs/ext4/
H A Dsuper.c1592 .mark_dirty = ext4_mark_dquot_dirty,