Home
last modified time | relevance | path

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

/freebsd-12.1/sys/fs/tmpfs/
H A Dtmpfs.h326 struct tmpfs_mount { struct
420 void tmpfs_free_node(struct tmpfs_mount *, struct tmpfs_node *);
422 void tmpfs_free_tmp(struct tmpfs_mount *);
423 int tmpfs_alloc_dirent(struct tmpfs_mount *, struct tmpfs_node *,
425 void tmpfs_free_dirent(struct tmpfs_mount *, struct tmpfs_dirent *);
436 void tmpfs_dir_destroy(struct tmpfs_mount *, struct tmpfs_node *);
440 int tmpfs_dir_getdents(struct tmpfs_mount *, struct tmpfs_node *,
495 size_t tmpfs_pages_used(struct tmpfs_mount *tmp);
504 static inline struct tmpfs_mount *
507 struct tmpfs_mount *tmp; in VFS_TO_TMPFS()
[all …]
H A Dtmpfs_vfsops.c82 static int tmpfs_mount(struct mount *);
364 tmpfs_mount(struct mount *mp) in tmpfs_mount() function
368 struct tmpfs_mount *tmp; in tmpfs_mount()
468 tmp = (struct tmpfs_mount *)malloc(sizeof(struct tmpfs_mount), in tmpfs_mount()
523 struct tmpfs_mount *tmp; in tmpfs_unmount()
580 tmpfs_free_tmp(struct tmpfs_mount *tmp) in tmpfs_free_tmp()
617 struct tmpfs_mount *tmp; in tmpfs_fhtovp()
652 struct tmpfs_mount *tmp; in tmpfs_statfs()
708 .vfs_mount = tmpfs_mount,
H A Dtmpfs_subr.c116 tmpfs_pages_used(struct tmpfs_mount *tmp) in tmpfs_pages_used()
128 tmpfs_pages_check_avail(struct tmpfs_mount *tmp, size_t req_pages) in tmpfs_pages_check_avail()
304 tmpfs_free_node(struct tmpfs_mount *tmp, struct tmpfs_node *node) in tmpfs_free_node()
435 tmpfs_alloc_dirent(struct tmpfs_mount *tmp, struct tmpfs_node *node, in tmpfs_alloc_dirent()
465 tmpfs_free_dirent(struct tmpfs_mount *tmp, struct tmpfs_dirent *de) in tmpfs_free_dirent()
524 struct tmpfs_mount *tm; in tmpfs_alloc_vp()
721 struct tmpfs_mount *tmp; in tmpfs_alloc_file()
1048 struct tmpfs_mount *tmp; in tmpfs_dir_detach()
1088 tmpfs_dir_destroy(struct tmpfs_mount *tmp, struct tmpfs_node *dnode) in tmpfs_dir_destroy()
1198 tmpfs_dir_getdents(struct tmpfs_mount *tm, struct tmpfs_node *node, in tmpfs_dir_getdents()
[all …]
H A Dtmpfs_vnops.c88 struct tmpfs_mount *tm; in tmpfs_lookup1()
560 struct tmpfs_mount *tmp; in tmpfs_remove()
802 struct tmpfs_mount *tmp; in tmpfs_rename()
1087 struct tmpfs_mount *tmp; in tmpfs_rmdir()
1195 struct tmpfs_mount *tm; in tmpfs_readdir()
1291 struct tmpfs_mount *tmp; in tmpfs_reclaim()
1492 struct tmpfs_mount *tm; in tmpfs_vptocnp()
/freebsd-12.1/contrib/amd/amd/
H A Dops_tmpfs.c52 static int tmpfs_mount(am_node *am, mntfs *mf);
63 tmpfs_mount,
169 tmpfs_mount(am_node *am, mntfs *mf) in tmpfs_mount() function