Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c63 static int tmp_unmount(struct vfs *, int, struct cred *);
175 VFSNAME_UNMOUNT, { .vfs_unmount = tmp_unmount }, in tmpfsinit()
378 tmp_unmount(struct vfs *vfsp, int flag, struct cred *cr) in tmp_unmount() function