Lines Matching refs:VFS_TO_TMPFS
109 tm = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_lookup1()
595 tmpfs_set_accessed(VFS_TO_TMPFS(vp->v_mount), node); in tmpfs_read()
666 VFS_TO_TMPFS(vp->v_mount)->tm_maxfilesize) in tmpfs_write()
733 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_remove()
794 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), node, in tmpfs_link()
1020 tmp = VFS_TO_TMPFS(tdvp->v_mount); in tmpfs_rename()
1214 tmpfs_free_dirent(VFS_TO_TMPFS(tvp->v_mount), tde); in tmpfs_rename()
1285 tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_rmdir()
1403 tm = VFS_TO_TMPFS(vp->v_mount); in tmpfs_readdir()
1455 tmpfs_set_accessed(VFS_TO_TMPFS(vp->v_mount), node); in tmpfs_readlink()
1532 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_reclaim()
1758 tm = VFS_TO_TMPFS(vp->v_mount); in tmpfs_vptocnp()