Searched defs:smbfs_fsync (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c145 static int smbfs_fsync(vnode_t *, int, cred_t *, caller_context_t *);
210 { VOPNAME_FSYNC, { .vop_fsync = smbfs_fsync } },
801 error = smbfs_fsync(vp, 0, cr, ct);
1332 smbfs_fsync(vnode_t *vp, int syncflag, cred_t *cr, caller_context_t *ct) function

Completed in 63 milliseconds