Searched refs:tarfs_mount (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/fs/tarfs/ |
H A D | tarfs.h | 58 struct tarfs_mount *tmp; 128 struct tarfs_mount { struct 147 struct tarfs_mount *tmp; argument 211 struct tarfs_mount * 228 int tarfs_alloc_node(struct tarfs_mount *tmp, const char *name, 242 int tarfs_io_init(struct tarfs_mount *tmp); 243 int tarfs_io_fini(struct tarfs_mount *tmp); 244 int tarfs_io_read(struct tarfs_mount *tmp, bool raw, 246 ssize_t tarfs_io_read_buf(struct tarfs_mount *tmp, bool raw,
|
H A D | tarfs_io.c | 117 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 D | tarfs_vfsops.c | 107 static vfs_mount_t tarfs_mount; variable 275 tarfs_lookup_path(struct tarfs_mount *tmp, char *name, size_t namelen, in tarfs_lookup_path() 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() [all …]
|
H A D | tarfs_subr.c | 165 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 D | tarfs_vnops.c | 222 struct tarfs_mount *tmp; in tarfs_lookup()
|