Searched refs:op_fsync (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/bin/dd/
H A Ddd_hostops.c48 .op_fsync = fsync,
H A Ddd_rumpops.c47 .op_fsync = rump_sys_fsync,
H A Ddd.h50 int (*op_fsync)(int); member in struct:ddfops
63 #define ddop_fsync(dir, a1) dir.ops->op_fsync(a1)
H A Ddd.c106 .op_fsync = fsync,

Completed in 192 milliseconds