Home
last modified time | relevance | path

Searched refs:tarfs_alloc_node (Results 1 – 3 of 3) sorted by relevance

/src/sys/fs/tarfs/
H A Dtarfs_vfsops.c351 error = tarfs_alloc_node(tmp, cn.cn_nameptr, in tarfs_lookup_path()
711 error = tarfs_alloc_node(tmp, namep, sep - namep, VDIR, in tarfs_alloc_one()
716 error = tarfs_alloc_node(tmp, namep, sep - namep, VREG, in tarfs_alloc_one()
743 error = tarfs_alloc_node(tmp, namep, sep - namep, VREG, in tarfs_alloc_one()
761 error = tarfs_alloc_node(tmp, namep, sep - namep, VLNK, in tarfs_alloc_one()
783 error = tarfs_alloc_node(tmp, namep, sep - namep, VBLK, in tarfs_alloc_one()
805 error = tarfs_alloc_node(tmp, namep, sep - namep, VCHR, in tarfs_alloc_one()
903 error = tarfs_alloc_node(tmp, NULL, 0, VDIR, 0, 0, mtime, root_uid, in tarfs_alloc_mount()
H A Dtarfs.h228 int tarfs_alloc_node(struct tarfs_mount *tmp, const char *name,
H A Dtarfs_subr.c165 tarfs_alloc_node(struct tarfs_mount *tmp, const char *name, size_t namelen, in tarfs_alloc_node() function