Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2_alloc.c1133 fs->e2fs_fmod = 1; in ext2_alloccg()
1242 fs->e2fs_fmod = 1; in ext2_clusteralloc()
1402 fs->e2fs_fmod = 1; in ext2_nodealloccg()
1453 fs->e2fs_fmod = 1; in ext2_blkfree()
1505 fs->e2fs_fmod = 1; in ext2_vfree()
H A Dext2_vfsops.c946 fs->e2fs_fmod = 1; /* mark it modified and set fs invalid */ in ext2_mountfs()
1122 if (fs->e2fs_fmod != 0 && fs->e2fs_ronly != 0) { /* XXX */ in ext2_sync()
1169 if (fs->e2fs_fmod != 0) { in ext2_sync()
1170 fs->e2fs_fmod = 0; in ext2_sync()
H A Dext2fs.h156 char e2fs_fmod; /* super block modified flag */ member