Searched refs:tarfs_alloc_node (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/sys/fs/tarfs/ |
H A D | tarfs_vfsops.c | 351 error = tarfs_alloc_node(tmp, cn.cn_nameptr, in tarfs_lookup_path() 717 error = tarfs_alloc_node(tmp, namep, sep - namep, VDIR, in tarfs_alloc_one() 722 error = tarfs_alloc_node(tmp, namep, sep - namep, VREG, in tarfs_alloc_one() 749 error = tarfs_alloc_node(tmp, namep, sep - namep, VREG, in tarfs_alloc_one() 767 error = tarfs_alloc_node(tmp, namep, sep - namep, VLNK, in tarfs_alloc_one() 789 error = tarfs_alloc_node(tmp, namep, sep - namep, VBLK, in tarfs_alloc_one() 811 error = tarfs_alloc_node(tmp, namep, sep - namep, VCHR, in tarfs_alloc_one() 905 error = tarfs_alloc_node(tmp, NULL, 0, VDIR, 0, 0, mtime, root_uid, in tarfs_alloc_mount()
|
H A D | tarfs.h | 228 int tarfs_alloc_node(struct tarfs_mount *tmp, const char *name,
|
H A D | tarfs_subr.c | 165 tarfs_alloc_node(struct tarfs_mount *tmp, const char *name, size_t namelen, in tarfs_alloc_node() function
|