Searched refs:VFS_TO_TMPFS (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 135 if (VFS_TO_TMPFS(mp)->tm_nomtime) in tmpfs_update_mtime_all() 300 VFS_TO_TMPFS(mp)->tm_ronly = 1; in tmpfs_rw_to_ro() 309 VFS_TO_TMPFS(mp)->tm_ronly = 0; in tmpfs_rw_to_ro() 350 tmp = VFS_TO_TMPFS(mp); in tmpfs_mount() 494 tmp = VFS_TO_TMPFS(mp); in tmpfs_unmount() 570 error = tmpfs_alloc_vp(mp, VFS_TO_TMPFS(mp)->tm_root, flags, vpp); in tmpfs_root() 594 tmp = VFS_TO_TMPFS(mp); in tmpfs_fhtovp() 624 tmp = VFS_TO_TMPFS(mp); in tmpfs_statfs()
|
| H A D | tmpfs_vnops.c | 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() 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() [all …]
|
| H A D | tmpfs_fifoops.c | 59 tmpfs_set_accessed(VFS_TO_TMPFS(v->a_vp->v_mount), node); in tmpfs_fifo_close()
|
| H A D | tmpfs_subr.c | 858 tm = VFS_TO_TMPFS(mp); in tmpfs_alloc_vp() 931 error = getnewvnode("tmpfs", mp, VFS_TO_TMPFS(mp)->tm_nonc ? in tmpfs_alloc_vp() 1063 tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_alloc_file() 1357 tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), NULL, NULL, 0, in tmpfs_dir_attach() 1406 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_dir_detach() 1683 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(dvp->v_mount), NULL, in tmpfs_dir_whiteout_add() 1699 tmpfs_free_dirent(VFS_TO_TMPFS(dvp->v_mount), de); in tmpfs_dir_whiteout_remove() 1724 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_reg_resize() 2172 if (length > VFS_TO_TMPFS(vp->v_mount)->tm_maxfilesize) in tmpfs_truncate()
|
| H A D | tmpfs.h | 531 VFS_TO_TMPFS(struct mount *mp) in VFS_TO_TMPFS() function 567 return (!(VFS_TO_TMPFS(vp->v_mount)->tm_nonc)); in tmpfs_use_nc()
|