| /freebsd-14-stable/sys/fs/tarfs/ |
| HD | tarfs_vfsops.c | 211 TARFS_DPF(CHECKSUM, "%s: invalid header checksum \"%.*s\"\n", in tarfs_checksum() 215 TARFS_DPF(CHECKSUM, "%s: header checksum \"%.*s\" = %#lo\n", __func__, in tarfs_checksum() 228 TARFS_DPF(CHECKSUM, "%s: calc unsigned checksum %#lo\n", __func__, in tarfs_checksum() 247 TARFS_DPF(CHECKSUM, "%s: calc signed checksum %#lo\n", __func__, in tarfs_checksum() 294 TARFS_DPF(LOOKUP, "%s: full path: %.*s\n", __func__, in tarfs_lookup_path() 312 TARFS_DPF(LOOKUP, "%s: %.*s is not a directory\n", __func__, in tarfs_lookup_path() 340 TARFS_DPF(LOOKUP, "%s: back to %.*s/\n", __func__, in tarfs_lookup_path() 349 TARFS_DPF(ALLOC, "%s: creating %.*s\n", __func__, in tarfs_lookup_path() 362 TARFS_DPF(LOOKUP, "%s: looking up %.*s in %.*s/\n", __func__, in tarfs_lookup_path() 379 TARFS_DPF(LOOKUP, "%s: parent %p node %p\n", __func__, parent, tnp); in tarfs_lookup_path() [all …]
|
| HD | tarfs_io.c | 142 TARFS_DPF(IO, "%s(%zu, %zu) = %d (resid %zd)\n", __func__, in tarfs_io_read() 163 TARFS_DPF(IO, "%s(%zu, %zu) null\n", __func__, in tarfs_io_read_buf() 178 TARFS_DPF(IO, "%s(%zu, %zu) error %d\n", __func__, in tarfs_io_read_buf() 184 TARFS_DPF(IO, "%s(%zu, %zu) eof\n", __func__, in tarfs_io_read_buf() 187 TARFS_DPF(IO, "%s(%zu, %zu) read %zd | %*D\n", __func__, in tarfs_io_read_buf() 238 TARFS_DPF(ALLOC, "%s: resized zio index\n", __func__); in tarfs_zio_update_index() 242 TARFS_DPF(ZIDX, "%s: index %u = i %zu o %zu\n", __func__, in tarfs_zio_update_index() 270 TARFS_DPF(ZIO, "%s(%d) = %d\n", __func__, accmode, error); in tarfs_zaccess() 309 TARFS_DPF(ZIO, "%s() = %d\n", __func__, error); in tarfs_zgetattr() 359 TARFS_DPF(ZIDX, "%s: skipping to index %u = i %zu o %zu\n", __func__, in tarfs_zread_zstd() [all …]
|
| HD | tarfs_subr.c | 99 TARFS_DPF(LOOKUP, "%s: name: %.*s\n", __func__, (int)cnp->cn_namelen, in tarfs_lookup_node() 121 TARFS_DPF(LOOKUP, "%s: found tarfs_node %p\n", __func__, in tarfs_lookup_node() 126 TARFS_DPF(LOOKUP, "%s: no match found\n", __func__); in tarfs_lookup_node() 135 TARFS_DPF(LOOKUP, "%s: tarfs_node %p, cookie %jd\n", __func__, tnp, in tarfs_lookup_dir() 137 TARFS_DPF(LOOKUP, "%s: name: %s\n", __func__, in tarfs_lookup_dir() 142 TARFS_DPF(LOOKUP, "%s: Using cached entry: tarfs_node %p, " in tarfs_lookup_dir() 149 TARFS_DPF(LOOKUP, "%s: tarfs_node %p, current %p, ino %lu\n", in tarfs_lookup_dir() 154 TARFS_DPF(LOOKUP, "%s: Found entry: tarfs_node %p, " in tarfs_lookup_dir() 172 TARFS_DPF(ALLOC, "%s(%.*s)\n", __func__, (int)namelen, name); in tarfs_alloc_node() 281 TARFS_DPF(MAP, "%s: map too large\n", __func__); in tarfs_load_blockmap() [all …]
|
| HD | tarfs_vnops.c | 56 TARFS_DPF(VNODE, "%s(%p=%s, %o)\n", __func__, in tarfs_open() 78 TARFS_DPF(VNODE, "%s(%p=%s)\n", __func__, in tarfs_close() 102 TARFS_DPF(VNODE, "%s(%p=%s, %o)\n", __func__, in tarfs_access() 193 TARFS_DPF(VNODE, "%s(%p=%s)\n", __func__, in tarfs_getattr() 241 TARFS_DPF(LOOKUP, "%s(%p=%s, %.*s)\n", __func__, in tarfs_lookup() 277 TARFS_DPF(LOOKUP, "%s(%p=%s, %.*s): file not found\n", __func__, in tarfs_lookup() 295 TARFS_DPF(LOOKUP, "%s: found vnode %p, tarfs_node %p\n", __func__, in tarfs_lookup() 334 TARFS_DPF(VNODE, "%s(%p=%s, %zu, %zd)\n", __func__, in tarfs_readdir() 338 TARFS_DPF(VNODE, "%s: EOF\n", __func__); in tarfs_readdir() 343 TARFS_DPF(VNODE, "%s: Generating . entry\n", __func__); in tarfs_readdir() [all …]
|
| HD | tarfs_dbg.h | 50 #define TARFS_DPF(category, fmt, ...) \ macro 62 #define TARFS_DPF(category, fmt, ...) macro
|