Searched refs:tmpfs_mount (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/fs/tmpfs/ |
| HD | tmpfs.h | 309 struct tmpfs_mount { struct 387 int tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *, enum vtype, argument 390 void tmpfs_free_node(struct tmpfs_mount *, struct tmpfs_node *); 391 int tmpfs_alloc_dirent(struct tmpfs_mount *, struct tmpfs_node *, 393 void tmpfs_free_dirent(struct tmpfs_mount *, struct tmpfs_dirent *); 404 void tmpfs_dir_destroy(struct tmpfs_mount *, struct tmpfs_node *); 461 size_t tmpfs_pages_used(struct tmpfs_mount *tmp); 471 struct tmpfs_mount * 474 struct tmpfs_mount *tmp; in VFS_TO_TMPFS() 477 tmp = (struct tmpfs_mount *)(mp)->mnt_data; in VFS_TO_TMPFS()
|
| HD | tmpfs_vfsops.c | 72 static int tmpfs_mount(struct mount *); 132 tmpfs_mount(struct mount *mp) in tmpfs_mount() function 136 struct tmpfs_mount *tmp; in tmpfs_mount() 162 ((struct tmpfs_mount *)mp->mnt_data)->tm_ronly) in tmpfs_mount() 218 tmp = (struct tmpfs_mount *)malloc(sizeof(struct tmpfs_mount), in tmpfs_mount() 273 struct tmpfs_mount *tmp; in tmpfs_unmount() 355 struct tmpfs_mount *tmp; in tmpfs_fhtovp() 389 struct tmpfs_mount *tmp; in tmpfs_statfs() 469 .vfs_mount = tmpfs_mount,
|
| HD | tmpfs_subr.c | 115 tmpfs_pages_used(struct tmpfs_mount *tmp) in tmpfs_pages_used() 127 tmpfs_pages_check_avail(struct tmpfs_mount *tmp, size_t req_pages) in tmpfs_pages_check_avail() 162 tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *tmp, enum vtype type, in tmpfs_alloc_node() 290 tmpfs_free_node(struct tmpfs_mount *tmp, struct tmpfs_node *node) in tmpfs_free_node() 403 tmpfs_alloc_dirent(struct tmpfs_mount *tmp, struct tmpfs_node *node, in tmpfs_alloc_dirent() 433 tmpfs_free_dirent(struct tmpfs_mount *tmp, struct tmpfs_dirent *de) in tmpfs_free_dirent() 681 struct tmpfs_mount *tmp; in tmpfs_alloc_file() 1005 struct tmpfs_mount *tmp; in tmpfs_dir_detach() 1044 tmpfs_dir_destroy(struct tmpfs_mount *tmp, struct tmpfs_node *dnode) in tmpfs_dir_destroy() 1320 struct tmpfs_mount *tmp; in tmpfs_reg_resize()
|
| HD | tmpfs_vnops.c | 520 struct tmpfs_mount *tmp; in tmpfs_remove() 762 struct tmpfs_mount *tmp; in tmpfs_rename() 1045 struct tmpfs_mount *tmp; in tmpfs_rmdir() 1241 struct tmpfs_mount *tmp; in tmpfs_reclaim()
|