Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c133 if (VFS_TO_TMPFS(mp)->tm_nomtime) in tmpfs_update_mtime_all()
298 VFS_TO_TMPFS(mp)->tm_ronly = 1; in tmpfs_rw_to_ro()
307 VFS_TO_TMPFS(mp)->tm_ronly = 0; in tmpfs_rw_to_ro()
348 tmp = VFS_TO_TMPFS(mp); in tmpfs_mount()
502 tmp = VFS_TO_TMPFS(mp); in tmpfs_unmount()
578 error = tmpfs_alloc_vp(mp, VFS_TO_TMPFS(mp)->tm_root, flags, vpp); in tmpfs_root()
602 tmp = VFS_TO_TMPFS(mp); in tmpfs_fhtovp()
632 tmp = VFS_TO_TMPFS(mp); in tmpfs_statfs()
735 tmp = VFS_TO_TMPFS(mp); in DB_SHOW_COMMAND()
743 tmp = VFS_TO_TMPFS(mp); in DB_SHOW_COMMAND()
H A Dtmpfs_vnops.c114 tm = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_lookup1()
612 tmpfs_set_accessed(VFS_TO_TMPFS(vp->v_mount), node); in tmpfs_read()
755 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_remove()
1044 tmp = VFS_TO_TMPFS(tdvp->v_mount); in tmpfs_rename()
1251 tmpfs_free_dirent(VFS_TO_TMPFS(tvp->v_mount), tde); in tmpfs_rename()
1319 tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_rmdir()
1437 tm = VFS_TO_TMPFS(vp->v_mount); in tmpfs_readdir()
1566 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_reclaim()
1796 tm = VFS_TO_TMPFS(vp->v_mount); in tmpfs_vptocnp()
1899 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_deleteextattr()
[all …]
H A Dtmpfs_fifoops.c57 tmpfs_set_accessed(VFS_TO_TMPFS(v->a_vp->v_mount), node); in tmpfs_fifo_close()
H A Dtmpfs.h605 VFS_TO_TMPFS(struct mount *mp) in VFS_TO_TMPFS() function
641 return (!(VFS_TO_TMPFS(vp->v_mount)->tm_nonc)); in tmpfs_use_nc()
H A Dtmpfs_subr.c998 tm = VFS_TO_TMPFS(mp); in tmpfs_alloc_vp()
1071 error = getnewvnode("tmpfs", mp, VFS_TO_TMPFS(mp)->tm_nonc ? in tmpfs_alloc_vp()
1216 tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_alloc_file()
1510 tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), NULL, NULL, 0, in tmpfs_dir_attach()
1559 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_dir_detach()
1836 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(dvp->v_mount), NULL, in tmpfs_dir_whiteout_add()
1852 tmpfs_free_dirent(VFS_TO_TMPFS(dvp->v_mount), de); in tmpfs_dir_whiteout_remove()
2392 if (length > VFS_TO_TMPFS(vp->v_mount)->tm_maxfilesize) in tmpfs_truncate()