Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dmount.h233 #define VFS_FSYNC(MP, VP, FLG) (*(MP)->mnt_op->vfs_fsync)(VP, FLG) macro
/netbsd-src/sys/miscfs/specfs/
H A Dspec_vnops.c1476 error = VFS_FSYNC(mp, vp, ap->a_flags); in spec_strategy()