Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs.h317 struct tmpfs_mount { struct
399 int tmpfs_alloc_node(struct tmpfs_mount *, enum vtype,
402 void tmpfs_free_node(struct tmpfs_mount *, struct tmpfs_node *);
403 int tmpfs_alloc_dirent(struct tmpfs_mount *, struct tmpfs_node *,
405 void tmpfs_free_dirent(struct tmpfs_mount *, struct tmpfs_dirent *);
416 int tmpfs_dir_getdotdotdent(struct tmpfs_mount *,
477 struct tmpfs_mount *
480 struct tmpfs_mount *tmp; in VFS_TO_TMPFS()
483 tmp = (struct tmpfs_mount *)(mp)->mnt_data; in VFS_TO_TMPFS()
H A Dtmpfs_vfsops.c72 static int tmpfs_mount(struct mount *, char *, caddr_t, struct ucred *);
97 tmpfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in tmpfs_mount() function
99 struct tmpfs_mount *tmp; in tmpfs_mount()
267 struct tmpfs_mount *tmp; in tmpfs_unmount()
414 struct tmpfs_mount *tmp; in tmpfs_root()
440 struct tmpfs_mount *tmp; in tmpfs_fhtovp()
477 struct tmpfs_mount *tmp; in tmpfs_statfs()
523 struct tmpfs_mount *tmp; in tmpfs_checkexp()
526 tmp = (struct tmpfs_mount *) mp->mnt_data; in tmpfs_checkexp()
545 .vfs_mount = tmpfs_mount,
H A Dtmpfs_subr.c58 static ino_t tmpfs_fetch_ino(struct tmpfs_mount *);
95 tmpfs_alloc_node(struct tmpfs_mount *tmp, enum vtype type, in tmpfs_alloc_node()
213 tmpfs_free_node(struct tmpfs_mount *tmp, struct tmpfs_node *node) in tmpfs_free_node()
301 tmpfs_alloc_dirent(struct tmpfs_mount *tmp, struct tmpfs_node *node, in tmpfs_alloc_dirent()
339 tmpfs_free_dirent(struct tmpfs_mount *tmp, struct tmpfs_dirent *de) in tmpfs_free_dirent()
528 struct tmpfs_mount *tmp; in tmpfs_alloc_file()
743 tmpfs_dir_getdotdotdent(struct tmpfs_mount *tmp, struct tmpfs_node *node, in tmpfs_dir_getdotdotdent()
983 struct tmpfs_mount *tmp; in tmpfs_reg_resize()
1418 tmpfs_fetch_ino(struct tmpfs_mount *tmp) in tmpfs_fetch_ino()
H A Dtmpfs_vnops.c1094 struct tmpfs_mount *tmp; in tmpfs_nremove()
1174 struct tmpfs_mount *tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_nlink()
1261 struct tmpfs_mount *tmp; in tmpfs_nrename()
1505 struct tmpfs_mount *tmp; in tmpfs_nrmdir()
1649 struct tmpfs_mount *tmp; in tmpfs_readdir()
1840 struct tmpfs_mount *tmp; in tmpfs_reclaim()
1881 struct tmpfs_mount *tmp; in tmpfs_mountctl()
1890 tmp = (struct tmpfs_mount *) mp->mnt_data; in tmpfs_mountctl()
1940 struct tmpfs_mount *tmp; in tmpfs_pathconf()