Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c64 static int tmp_unmount(struct vfs *, int, struct cred *);
177 VFSNAME_UNMOUNT, { .vfs_unmount = tmp_unmount }, in tmpfsinit()
410 tmp_unmount(struct vfs *vfsp, int flag, struct cred *cr) in tmp_unmount() function