Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.h71 extern int fs_syncfs_nop(vfs_t *, uint64_t, cred_t *);
H A Dfs_subr.c172 fs_syncfs_nop(vfs_t *vfspp, uint64_t flag, cred_t *cr) in fs_syncfs_nop() function
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c181 VFSNAME_SYNCFS, { .vfs_syncfs = fs_syncfs_nop }, in tmpfsinit()