Home
last modified time | relevance | path

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

/openbsd/src/sys/ufs/ffs/
Dffs_vfsops.c69 int ffs_sync_vnode(struct vnode *, void *);
1041 ffs_sync_vnode(struct vnode *vp, void *arg) in ffs_sync_vnode() function
1131 vfs_mount_foreach_vnode(mp, ffs_sync_vnode, &fsa); in ffs_sync()