Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ext2fs/
HDext2_alloc.c1116 fs->e2fs_fmod = 1; in ext2_alloccg()
1225 fs->e2fs_fmod = 1; in ext2_clusteralloc()
1386 fs->e2fs_fmod = 1; in ext2_nodealloccg()
1438 fs->e2fs_fmod = 1; in ext2_blkfree()
1491 fs->e2fs_fmod = 1; in ext2_vfree()
HDext2_vfsops.c973 fs->e2fs_fmod = 1; /* mark it modified and set fs invalid */ in ext2_mountfs()
1222 if (fs->e2fs_fmod != 0 && fs->e2fs_ronly != 0) { /* XXX */ in ext2_sync()
1251 if (fs->e2fs_fmod != 0) { in ext2_sync()
1252 fs->e2fs_fmod = 0; in ext2_sync()
HDext2fs.h158 char e2fs_fmod; /* super block modified flag */ member