Lines Matching refs:ALLOC

349 			TARFS_DPF(ALLOC, "%s: creating %.*s\n", __func__,  in tarfs_lookup_path()
407 TARFS_DPF(ALLOC, "%s: Freeing mount structure %p\n", __func__, tmp); in tarfs_free_mount()
409 TARFS_DPF(ALLOC, "%s: freeing tarfs_node structures\n", __func__); in tarfs_free_mount()
416 TARFS_DPF(ALLOC, "%s: deleting unr header\n", __func__); in tarfs_free_mount()
421 TARFS_DPF(ALLOC, "%s: freeing structure\n", __func__); in tarfs_free_mount()
491 TARFS_DPF(ALLOC, "%s: GNU tar format at %zu\n", __func__, in tarfs_alloc_one()
496 TARFS_DPF(ALLOC, "%s: unsupported TAR format at %zu\n", in tarfs_alloc_one()
504 TARFS_DPF(ALLOC, "%s: header checksum failed at %zu\n", in tarfs_alloc_one()
513 TARFS_DPF(ALLOC, "%s: invalid file mode at %zu\n", in tarfs_alloc_one()
521 TARFS_DPF(ALLOC, "%s: invalid UID at %zu\n", in tarfs_alloc_one()
530 TARFS_DPF(ALLOC, "%s: invalid GID at %zu\n", in tarfs_alloc_one()
539 TARFS_DPF(ALLOC, "%s: invalid size at %zu\n", in tarfs_alloc_one()
546 TARFS_DPF(ALLOC, "%s: invalid modification time at %zu\n", in tarfs_alloc_one()
553 TARFS_DPF(ALLOC, "%s: [%c] %zu @%jd %o %d:%d\n", __func__, in tarfs_alloc_one()
558 TARFS_DPF(ALLOC, "%s: %zu-byte global extended header at %zu\n", in tarfs_alloc_one()
572 TARFS_DPF(ALLOC, "%s: %zu-byte extended header at %zu\n", in tarfs_alloc_one()
591 TARFS_DPF(ALLOC, "%s: exthdr syntax error\n", in tarfs_alloc_one()
598 TARFS_DPF(ALLOC, "%s: exthdr overflow\n", in tarfs_alloc_one()
609 TARFS_DPF(ALLOC, "%s: exthdr syntax error\n", in tarfs_alloc_one()
616 TARFS_DPF(ALLOC, "%s: exthdr %s=%s\n", __func__, in tarfs_alloc_one()
671 TARFS_DPF(ALLOC, "%s: %s: sparse %ld.%ld (%zu bytes)\n", __func__, in tarfs_alloc_one()
675 TARFS_DPF(ALLOC, "%s: invalid sparse format\n", __func__); in tarfs_alloc_one()
700 TARFS_DPF(ALLOC, "%s: failed to look up %.*s\n", __func__, in tarfs_alloc_one()
710 TARFS_DPF(ALLOC, "%s: duplicate file %.*s\n", __func__, in tarfs_alloc_one()
735 TARFS_DPF(ALLOC, "%s: %.*s: link without target\n", in tarfs_alloc_one()
744 TARFS_DPF(ALLOC, "%s: %.*s: invalid link to %.*s\n", in tarfs_alloc_one()
762 TARFS_DPF(ALLOC, "%s: %.*s: link without target\n", in tarfs_alloc_one()
774 TARFS_DPF(ALLOC, "%s: %.*s: invalid device major\n", in tarfs_alloc_one()
782 TARFS_DPF(ALLOC, "%s: %.*s: invalid device minor\n", in tarfs_alloc_one()
796 TARFS_DPF(ALLOC, "%s: %.*s: invalid device major\n", in tarfs_alloc_one()
804 TARFS_DPF(ALLOC, "%s: %.*s: invalid device minor\n", in tarfs_alloc_one()
816 TARFS_DPF(ALLOC, "%s: unsupported type %c for %.*s\n", in tarfs_alloc_one()
873 TARFS_DPF(ALLOC, "%s: Allocating tarfs mount structure for vp %p\n", in tarfs_alloc_mount()
888 TARFS_DPF(ALLOC, "%s: Allocated mount structure\n", __func__); in tarfs_alloc_mount()
922 TARFS_DPF(ALLOC, "%s: pfsmnt_root %p\n", __func__, tmp->root); in tarfs_alloc_mount()