Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c82 static int auto_fsync(vnode_t *, int, cred_t *, caller_context_t *);
108 VOPNAME_FSYNC, { .vop_fsync = auto_fsync },
1294 auto_fsync(vnode_t *cp, int syncflag, cred_t *cred, caller_context_t *ct) in auto_fsync() function