Home
last modified time | relevance | path

Searched refs:e2fs_fmod (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/fs/ext2fs/
HDext2_alloc.c762 fs->e2fs_fmod = 1; in ext2_alloccg()
863 fs->e2fs_fmod = 1; in ext2_clusteralloc()
941 fs->e2fs_fmod = 1; in ext2_nodealloccg()
992 fs->e2fs_fmod = 1; in ext2_blkfree()
1042 fs->e2fs_fmod = 1; in ext2_vfree()
HDext2_vfsops.c635 fs->e2fs_fmod = 1; /* mark it modified */ in ext2_mountfs()
821 if (fs->e2fs_fmod != 0 && fs->e2fs_ronly != 0) { /* XXX */ in ext2_sync()
870 if (fs->e2fs_fmod != 0) { in ext2_sync()
871 fs->e2fs_fmod = 0; in ext2_sync()
HDext2fs.h127 char e2fs_fmod; /* super block modified flag */ member