Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/tmpfs/
H A Dtmpfs.h301 struct tmpfs_mount *tn_tmp; /* (c) */
345 struct tmpfs_mount { struct
437 void tmpfs_free_node(struct tmpfs_mount *, struct tmpfs_node *);
439 void tmpfs_free_tmp(struct tmpfs_mount *);
440 int tmpfs_alloc_dirent(struct tmpfs_mount *, struct tmpfs_node *,
453 void tmpfs_dir_destroy(struct tmpfs_mount *, struct tmpfs_node *);
457 int tmpfs_dir_getdents(struct tmpfs_mount *, struct tmpfs_node *,
519 size_t tmpfs_pages_used(struct tmpfs_mount *tmp);
530 static inline struct tmpfs_mount *
533 struct tmpfs_mount *tmp; in VFS_TO_TMPFS()
[all …]
H A Dtmpfs_vfsops.c86 static int tmpfs_mount(struct mount *);
324 tmpfs_mount(struct mount *mp) in tmpfs_mount() function
328 struct tmpfs_mount *tmp; in tmpfs_mount()
439 tmp = (struct tmpfs_mount *)malloc(sizeof(struct tmpfs_mount), in tmpfs_mount()
489 struct tmpfs_mount *tmp; in tmpfs_unmount()
546 tmpfs_free_tmp(struct tmpfs_mount *tmp) in tmpfs_free_tmp()
581 struct tmpfs_mount *tmp; in tmpfs_fhtovp()
621 struct tmpfs_mount *tmp; in tmpfs_statfs()
688 .vfs_mount = tmpfs_mount,
H A Dtmpfs_subr.c340 tmpfs_pages_used(struct tmpfs_mount *tmp) in tmpfs_pages_used()
352 tmpfs_pages_check_avail(struct tmpfs_mount *tmp, size_t req_pages) in tmpfs_pages_check_avail()
597 tmpfs_free_node(struct tmpfs_mount *tmp, struct tmpfs_node *node) in tmpfs_free_node()
750 tmpfs_alloc_dirent(struct tmpfs_mount *tmp, struct tmpfs_node *node, in tmpfs_alloc_dirent()
780 tmpfs_free_dirent(struct tmpfs_mount *tmp, struct tmpfs_dirent *de) in tmpfs_free_dirent()
853 struct tmpfs_mount *tm; in tmpfs_alloc_vp()
1055 struct tmpfs_mount *tmp; in tmpfs_alloc_file()
1382 struct tmpfs_mount *tmp; in tmpfs_dir_detach()
1529 tmpfs_dir_getdents(struct tmpfs_mount *tm, struct tmpfs_node *node, in tmpfs_dir_getdents()
1712 struct tmpfs_mount *tmp; in tmpfs_reg_resize()
[all …]
H A Dtmpfs_vnops.c91 struct tmpfs_mount *tm; in tmpfs_lookup1()
719 struct tmpfs_mount *tmp; in tmpfs_remove()
958 struct tmpfs_mount *tmp; in tmpfs_rename()
1278 struct tmpfs_mount *tmp; in tmpfs_rmdir()
1384 struct tmpfs_mount *tm; in tmpfs_readdir()
1526 struct tmpfs_mount *tmp; in tmpfs_reclaim()
1748 struct tmpfs_mount *tm; in tmpfs_vptocnp()