Searched refs:mark_dirty (Results 1 - 13 of 13) sorted by relevance

/linux-master/fs/hpfs/
H A Dsuper.c23 static void mark_dirty(struct super_block *s, int remount) function
74 mark_dirty(s, 0);
81 mark_dirty(s, 0);
484 if (!(*flags & SB_RDONLY)) mark_dirty(s, 1);
672 mark_dirty(s, 0);
692 mark_dirty(s, 0);
/linux-master/include/linux/
H A Dbio.h492 void __bio_release_pages(struct bio *bio, bool mark_dirty);
508 static inline void bio_release_pages(struct bio *bio, bool mark_dirty) argument
511 __bio_release_pages(bio, mark_dirty);
H A Dquota.h330 int (*mark_dirty) (struct dquot *); /* Dquot is marked dirty */ member in struct:dquot_operations
/linux-master/mm/
H A Dshmem_quota.c351 .mark_dirty = shmem_mark_dquot_dirty,
/linux-master/fs/reiserfs/
H A Dprocfs.c350 "mark_dirty: \t%12lu\n"
391 SFPJ(mark_dirty),
H A Dreiserfs.h498 stat_cnt_t mark_dirty; member in struct:reiserfs_proc_info_data::__journal_stats
H A Dsuper.c844 .mark_dirty = reiserfs_mark_dquot_dirty,
H A Djournal.c3289 PROC_INFO_INC(sb, journal.mark_dirty);
/linux-master/block/
H A Dbio.c1152 void __bio_release_pages(struct bio *bio, bool mark_dirty) argument
1160 if (mark_dirty) {
/linux-master/fs/ocfs2/
H A Dquota_global.c1024 .mark_dirty = ocfs2_mark_dquot_dirty,
/linux-master/fs/quota/
H A Ddquot.c372 return dquot->dq_sb->dq_op->mark_dirty(dquot);
2199 .mark_dirty = dquot_mark_dquot_dirty,
/linux-master/fs/f2fs/
H A Dsuper.c3096 .mark_dirty = f2fs_dquot_mark_dquot_dirty,
/linux-master/fs/ext4/
H A Dsuper.c1612 .mark_dirty = ext4_mark_dquot_dirty,

Completed in 444 milliseconds