Searched refs:tmpfs_mount (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs.h | 326 struct tmpfs_mount *tn_tmp; /* (c) */ 371 struct tmpfs_mount { struct 467 int tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *, __enum_uint8(vtype), 471 void tmpfs_free_node(struct tmpfs_mount *, struct tmpfs_node *); 472 bool tmpfs_free_node_locked(struct tmpfs_mount *, struct tmpfs_node *, bool); 473 void tmpfs_free_tmp(struct tmpfs_mount *); 474 int tmpfs_alloc_dirent(struct tmpfs_mount *, struct tmpfs_node *, 476 void tmpfs_free_dirent(struct tmpfs_mount *, struct tmpfs_dirent *); 487 void tmpfs_dir_destroy(struct tmpfs_mount *, struct tmpfs_node *); 491 int tmpfs_dir_getdents(struct tmpfs_mount *, struct tmpfs_node *, [all …]
|
H A D | tmpfs_vfsops.c | 84 static int tmpfs_mount(struct mount *); 322 tmpfs_mount(struct mount *mp) in tmpfs_mount() function 326 struct tmpfs_mount *tmp; in tmpfs_mount() 443 tmp = (struct tmpfs_mount *)malloc(sizeof(struct tmpfs_mount), in tmpfs_mount() 497 struct tmpfs_mount *tmp; in tmpfs_unmount() 550 tmpfs_free_tmp(struct tmpfs_mount *tmp) in tmpfs_free_tmp() 589 struct tmpfs_mount *tmp; in tmpfs_fhtovp() 625 struct tmpfs_mount *tmp; in tmpfs_statfs() 692 .vfs_mount = tmpfs_mount, 708 db_print_tmpfs(struct mount *mp, struct tmpfs_mount *tmp) in db_print_tmpfs() [all …]
|
H A D | tmpfs_subr.c | 226 struct tmpfs_mount *tm; in tmpfs_pager_freespace() 251 struct tmpfs_mount *tm; in tmpfs_page_inserted() 270 struct tmpfs_mount *tm; in tmpfs_page_removed() 294 struct tmpfs_mount *tm; in tmpfs_can_alloc_page() 468 tmpfs_pages_used(struct tmpfs_mount *tmp) in tmpfs_pages_used() 480 tmpfs_pages_check_avail(struct tmpfs_mount *tmp, size_t req_pages) in tmpfs_pages_check_avail() 541 tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *tmp, __enum_uint8(vtype) type, in tmpfs_alloc_node() 693 tmpfs_free_node(struct tmpfs_mount *tmp, struct tmpfs_node *node) in tmpfs_free_node() 707 tmpfs_free_node_locked(struct tmpfs_mount *tmp, struct tmpfs_node *node, in tmpfs_free_node_locked() 867 tmpfs_alloc_dirent(struct tmpfs_mount *tmp, struct tmpfs_node *node, in tmpfs_alloc_dirent() [all …]
|
H A D | tmpfs_vnops.c | 96 struct tmpfs_mount *tm; in tmpfs_lookup1() 745 struct tmpfs_mount *tmp; in tmpfs_remove() 979 struct tmpfs_mount *tmp; in tmpfs_rename() 1329 struct tmpfs_mount *tmp; in tmpfs_rmdir() 1441 struct tmpfs_mount *tm; in tmpfs_readdir() 1583 struct tmpfs_mount *tmp; in tmpfs_reclaim() 1803 struct tmpfs_mount *tm; in tmpfs_vptocnp() 1887 tmpfs_extattr_update_mem(struct tmpfs_mount *tmp, ssize_t size) in tmpfs_extattr_update_mem() 1908 struct tmpfs_mount *tmp; in tmpfs_deleteextattr() 2023 struct tmpfs_mount *tm in tmpfs_setextattr() [all...] |