Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c151 static int smbfs_fsync(vnode_t *, int, cred_t *, caller_context_t *);
1389 error = smbfs_fsync(vp, 0, cr, ct); in smbfs_ioctl()
1988 smbfs_fsync(vnode_t *vp, int syncflag, cred_t *cr, caller_context_t *ct) in smbfs_fsync() function
5010 VOPNAME_FSYNC, { .vop_fsync = smbfs_fsync },