Home
last modified time | relevance | path

Searched refs:tarfs_mount (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/fs/tarfs/
H A Dtarfs.h58 struct tarfs_mount *tmp;
128 struct tarfs_mount { struct
147 struct tarfs_mount *tmp; argument
212 struct tarfs_mount *
229 int tarfs_alloc_node(struct tarfs_mount *tmp, const char *name,
243 int tarfs_io_init(struct tarfs_mount *tmp);
244 int tarfs_io_fini(struct tarfs_mount *tmp);
245 int tarfs_io_read(struct tarfs_mount *tmp, bool raw,
247 ssize_t tarfs_io_read_buf(struct tarfs_mount *tmp, bool raw,
H A Dtarfs_io.c117 tarfs_io_read(struct tarfs_mount *tmp, bool raw, struct uio *uiop) in tarfs_io_read()
154 tarfs_io_read_buf(struct tarfs_mount *tmp, bool raw, in tarfs_io_read_buf()
259 struct tarfs_mount *tmp = zio->tmp; in tarfs_zaccess()
283 struct tarfs_mount *tmp = zio->tmp; in tarfs_zgetattr()
323 struct tarfs_mount *tmp = zio->tmp; in tarfs_zread_zstd()
614 tarfs_zio_init(struct tarfs_mount *tmp, off_t i, off_t o) in tarfs_zio_init()
648 tarfs_io_init(struct tarfs_mount *tmp) in tarfs_io_init()
692 tarfs_zio_fini(struct tarfs_mount *tmp) in tarfs_zio_fini()
731 tarfs_io_fini(struct tarfs_mount *tmp) in tarfs_io_fini()
H A Dtarfs_vfsops.c107 static vfs_mount_t tarfs_mount; variable
400 tarfs_free_mount(struct tarfs_mount *tmp) in tarfs_free_mount()
433 tarfs_alloc_one(struct tarfs_mount *tmp, size_t *blknump) in tarfs_alloc_one()
858 struct tarfs_mount **tmpp) in tarfs_alloc_mount()
862 struct tarfs_mount *tmp; in tarfs_alloc_mount()
935 tarfs_mount(struct mount *mp) in tarfs_mount() function
939 struct tarfs_mount *tmp = NULL; in tarfs_mount()
1065 struct tarfs_mount *tmp; in tarfs_unmount()
1121 struct tarfs_mount *tmp; in tarfs_statfs()
1144 struct tarfs_mount *tmp; in tarfs_vget()
[all …]
H A Dtarfs_subr.c165 tarfs_alloc_node(struct tarfs_mount *tmp, const char *name, size_t namelen, in tarfs_alloc_node()
381 struct tarfs_mount *tmp; in tarfs_free_node()
H A Dtarfs_vnops.c222 struct tarfs_mount *tmp; in tarfs_lookup()