Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/fs/ext2fs/
HDext2_alloc.c925 fs->e2fs_fmod = 1; in ext2_alloccg()
1026 fs->e2fs_fmod = 1; in ext2_clusteralloc()
1154 fs->e2fs_fmod = 1; in ext2_nodealloccg()
1205 fs->e2fs_fmod = 1; in ext2_blkfree()
1257 fs->e2fs_fmod = 1; in ext2_vfree()
HDext2_vfsops.c690 fs->e2fs_fmod = 1; /* mark it modified */ in ext2_mountfs()
873 if (fs->e2fs_fmod != 0 && fs->e2fs_ronly != 0) { /* XXX */ in ext2_sync()
922 if (fs->e2fs_fmod != 0) { in ext2_sync()
923 fs->e2fs_fmod = 0; in ext2_sync()
HDext2fs.h156 char e2fs_fmod; /* super block modified flag */ member