Searched refs:tmpfs_mount (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/fs/tmpfs/ |
| H A D | tmpfs.h | 317 struct tmpfs_mount *tn_tmp; /* (c) */ 362 struct tmpfs_mount { struct 463 void tmpfs_free_node(struct tmpfs_mount *, struct tmpfs_node *); 465 void tmpfs_free_tmp(struct tmpfs_mount *); 466 int tmpfs_alloc_dirent(struct tmpfs_mount *, struct tmpfs_node *, 483 int tmpfs_dir_getdents(struct tmpfs_mount *, struct tmpfs_node *, 554 size_t tmpfs_pages_used(struct tmpfs_mount *tmp); 583 static inline struct tmpfs_mount * 596 static inline struct tmpfs_mount * 599 struct tmpfs_mount *tmp; in VFS_TO_TMPFS() [all …]
|
| H A D | tmpfs_vfsops.c | 85 static int tmpfs_mount(struct mount *); 323 tmpfs_mount(struct mount *mp) in tmpfs_mount() function 327 struct tmpfs_mount *tmp; in tmpfs_mount() 444 tmp = (struct tmpfs_mount *)malloc(sizeof(struct tmpfs_mount), in tmpfs_mount() 498 struct tmpfs_mount *tmp; in tmpfs_unmount() 551 tmpfs_free_tmp(struct tmpfs_mount *tmp) in tmpfs_free_tmp() 590 struct tmpfs_mount *tmp; in tmpfs_fhtovp() 630 struct tmpfs_mount *tmp; in tmpfs_statfs() 697 .vfs_mount = tmpfs_mount, 713 db_print_tmpfs(struct mount *mp, struct tmpfs_mount *tmp) in db_print_tmpfs() [all …]
|
| H A D | tmpfs_subr.c | 222 struct tmpfs_mount *tm; in tmpfs_pager_freespace() 247 struct tmpfs_mount *tm; in tmpfs_page_inserted() 266 struct tmpfs_mount *tm; in tmpfs_page_removed() 290 struct tmpfs_mount *tm; in tmpfs_can_alloc_page() 427 tmpfs_pages_used(struct tmpfs_mount *tmp) in tmpfs_pages_used() 439 tmpfs_pages_check_avail(struct tmpfs_mount *tmp, size_t req_pages) in tmpfs_pages_check_avail() 690 tmpfs_free_node(struct tmpfs_mount *tmp, struct tmpfs_node *node) in tmpfs_free_node() 894 tmpfs_free_dirent(struct tmpfs_mount *tmp, struct tmpfs_dirent *de) in tmpfs_free_dirent() 952 struct tmpfs_mount *tm; in tmpfs_alloc_vp() 1168 struct tmpfs_mount *tmp; in tmpfs_alloc_file() [all …]
|
| H A D | tmpfs_vnops.c | 96 struct tmpfs_mount *tm; in tmpfs_lookup1() 744 struct tmpfs_mount *tmp; in tmpfs_remove() 978 struct tmpfs_mount *tmp; in tmpfs_rename() 1315 struct tmpfs_mount *tmp; in tmpfs_rmdir() 1418 struct tmpfs_mount *tm; in tmpfs_readdir() 1560 struct tmpfs_mount *tmp; in tmpfs_reclaim() 1786 struct tmpfs_mount *tm; in tmpfs_vptocnp() 1870 tmpfs_extattr_update_mem(struct tmpfs_mount *tmp, ssize_t size) in tmpfs_extattr_update_mem() 1891 struct tmpfs_mount *tmp; in tmpfs_deleteextattr() 2006 struct tmpfs_mount *tmp; in tmpfs_setextattr()
|