Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c66 static int tmp_statvfs(struct vfs *, struct statvfs64 *);
179 VFSNAME_STATVFS, { .vfs_statvfs = tmp_statvfs }, in tmpfsinit()
568 tmp_statvfs(struct vfs *vfsp, struct statvfs64 *sbp) in tmp_statvfs() function