Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/miscfs/mockfs/
H A Dmockfs_vfsops.c51 int mockfs_sync(__unused struct mount *mp, __unused int waitfor, __unused vfs_context_t ctx);
223 mockfs_sync(__unused struct mount *mp, __unused int waitfor, __unused vfs_context_t ctx) in mockfs_sync() function
237 .vfs_sync = mockfs_sync,