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.c152 static int smbfs_fsync(vnode_t *, int, cred_t *, caller_context_t *);
1392 error = smbfs_fsync(vp, 0, cr, ct); in smbfs_ioctl()
1991 smbfs_fsync(vnode_t *vp, int syncflag, cred_t *cr, caller_context_t *ct) in smbfs_fsync() function
4956 VOPNAME_FSYNC, { .vop_fsync = smbfs_fsync },