Searched refs:tarfs_node (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/fs/tarfs/ |
H A D | tarfs.h | 51 struct tarfs_node { struct 52 TAILQ_ENTRY(tarfs_node) entries; 53 TAILQ_ENTRY(tarfs_node) dirents; 83 struct tarfs_node *parent; argument 87 TAILQ_HEAD(, tarfs_node) dirhead; argument 89 struct tarfs_node *lastnode; 102 struct tarfs_node *other; 129 TAILQ_HEAD(, tarfs_node) allnodes; 132 struct tarfs_node *root; 220 struct tarfs_node * [all …]
|
H A D | tarfs_subr.c | 92 struct tarfs_node * 93 tarfs_lookup_node(struct tarfs_node *tnp, struct tarfs_node *f, in tarfs_lookup_node() 97 struct tarfs_node *entry; in tarfs_lookup_node() 130 struct tarfs_node * 131 tarfs_lookup_dir(struct tarfs_node *tnp, off_t cookie) in tarfs_lookup_dir() 133 struct tarfs_node *current; in tarfs_lookup_dir() 168 struct tarfs_node *parent, struct tarfs_node **retnode) in tarfs_alloc_node() 170 struct tarfs_node *tnp; in tarfs_alloc_node() 176 tnp = malloc(sizeof(struct tarfs_node), M_TARFSNODE, M_WAITOK | M_ZERO); in tarfs_alloc_node() 240 parent->size += sizeof(struct tarfs_node); in tarfs_alloc_node() [all …]
|
H A D | tarfs_vnops.c | 49 struct tarfs_node *tnp; in tarfs_open() 70 struct tarfs_node *tnp; in tarfs_close() 89 struct tarfs_node *tnp; in tarfs_access() 131 struct tarfs_node *tnp; in tarfs_bmap() 185 struct tarfs_node *tnp; in tarfs_getattr() 223 struct tarfs_node *dirnode, *parent, *tnp; in tarfs_lookup() 310 struct tarfs_node *current, *tnp; in tarfs_readdir() 508 struct tarfs_node *tnp; in tarfs_read() 551 struct tarfs_node *tnp; in tarfs_readlink() 576 struct tarfs_node *tnp; in tarfs_reclaim() [all …]
|
H A D | tarfs_vfsops.c | 276 char **endp, char **sepp, struct tarfs_node **retparent, in tarfs_lookup_path() 277 struct tarfs_node **retnode, boolean_t create_dirs) in tarfs_lookup_path() 280 struct tarfs_node *parent, *tnp; in tarfs_lookup_path() 403 struct tarfs_node *tnp, *tnp_next; in tarfs_free_mount() 443 struct tarfs_node *parent, *tnp, *other; in tarfs_alloc_one() 863 struct tarfs_node *root; in tarfs_alloc_mount() 1145 struct tarfs_node *tnp; in tarfs_vget() 1211 struct tarfs_node *tnp; in tarfs_fhtovp()
|