Home
last modified time | relevance | path

Searched refs:tmpfs_mount (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h317 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 *,
562 size_t tmpfs_pages_used(struct tmpfs_mount *tmp);
591 static inline struct tmpfs_mount *
604 static inline struct tmpfs_mount *
607 struct tmpfs_mount *tmp; in VFS_TO_TMPFS()
[all …]
H A Dtmpfs_vfsops.c84 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()
629 struct tmpfs_mount *tmp; in tmpfs_statfs()
696 .vfs_mount = tmpfs_mount,
712 db_print_tmpfs(struct mount *mp, struct tmpfs_mount *tmp) in db_print_tmpfs()
[all …]
H A Dtmpfs_subr.c226 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()
731 tmpfs_free_node(struct tmpfs_mount *tmp, struct tmpfs_node *node) in tmpfs_free_node()
935 tmpfs_free_dirent(struct tmpfs_mount *tmp, struct tmpfs_dirent *de) in tmpfs_free_dirent()
993 struct tmpfs_mount *tm; in tmpfs_alloc_vp()
1209 struct tmpfs_mount *tmp; in tmpfs_alloc_file()
[all …]
H A Dtmpfs_vnops.c96 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()