Searched refs:VFS_TO_TMPFS (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_vfsops.c | 133 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() 598 tmp = VFS_TO_TMPFS(mp); in tmpfs_fhtovp() 628 tmp = VFS_TO_TMPFS(mp); in tmpfs_statfs() 731 tmp = VFS_TO_TMPFS(mp); in DB_SHOW_COMMAND() 739 tmp = VFS_TO_TMPFS(mp); in DB_SHOW_COMMAND()
|
H A D | tmpfs_vnops.c | 114 tm = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_lookup1() 610 tmpfs_set_accessed(VFS_TO_TMPFS(vp->v_mount), node); in tmpfs_read() 681 error = vn_rlimit_fsizex(vp, uio, VFS_TO_TMPFS(vp->v_mount)-> in tmpfs_write() 753 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_remove() 812 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), node, in tmpfs_link() 1042 tmp = VFS_TO_TMPFS(tdvp->v_mount); in tmpfs_rename() 1261 tmpfs_free_dirent(VFS_TO_TMPFS(tvp->v_mount), tde); in tmpfs_rename() 1330 tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_rmdir() 1457 tm = VFS_TO_TMPFS(vp->v_mount); in tmpfs_readdir() 1509 tmpfs_set_accessed(VFS_TO_TMPFS(vp->v_mount), node); in tmpfs_readlink() [all …]
|
H A D | tmpfs_fifoops.c | 57 tmpfs_set_accessed(VFS_TO_TMPFS(v->a_vp->v_mount), node); in tmpfs_fifo_close()
|
H A D | tmpfs_subr.c | 960 tm = VFS_TO_TMPFS(mp); in tmpfs_alloc_vp() 1033 error = getnewvnode("tmpfs", mp, VFS_TO_TMPFS(mp)->tm_nonc ? in tmpfs_alloc_vp() 1178 tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_alloc_file() 1472 tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), NULL, NULL, 0, in tmpfs_dir_attach() 1521 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_dir_detach() 1799 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(dvp->v_mount), NULL, in tmpfs_dir_whiteout_add() 1821 tmpfs_free_dirent(VFS_TO_TMPFS(dvp->v_mount), de); in tmpfs_dir_whiteout_remove() 1844 tmpfs_free_dirent(VFS_TO_TMPFS(dvp->v_mount), de); in tmpfs_dir_clear_whiteouts() 2387 if (length > VFS_TO_TMPFS(vp->v_mount)->tm_maxfilesize) in tmpfs_truncate()
|
H A D | tmpfs.h | 616 VFS_TO_TMPFS(struct mount *mp) in VFS_TO_TMPFS() function 652 return (!(VFS_TO_TMPFS(vp->v_mount)->tm_nonc)); in tmpfs_use_nc()
|