Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/ext2fs/
H A Dext2_vfsops.c88 static vfs_sync_t ext2_sync; variable
101 .vfs_sync = ext2_sync,
1122 ext2_sync(struct mount *mp, int waitfor) in ext2_sync() function