Lines Matching defs:out

39 			      u64 out[2], unsigned *out_bits)
65 out[0] = be64_to_cpu(be[0]);
66 out[1] = be64_to_cpu(be[1]);
67 *out_bits = out[0] ? 64 + fls64(out[0]) : fls64(out[1]);
76 u8 *out = k->v.fields;
78 u8 *last_nonzero_field = out;
99 ret = bch2_varint_encode_fast(out, inode->_name); \
100 out += ret; \
103 *out++ = 0; \
105 last_nonzero_field = out; \
108 *out++ = 0; \
111 *out++ = 0; \
116 BUG_ON(out > end);
118 out = last_nonzero_field;
121 bytes = out - (u8 *) &packed->inode.v;
534 static void __bch2_inode_unpacked_to_text(struct printbuf *out,
537 printbuf_indent_add(out, 2);
538 prt_printf(out, "mode=%o\n", inode->bi_mode);
540 prt_str(out, "flags=");
541 prt_bitflags(out, bch2_inode_flag_strs, inode->bi_flags & ((1U << 20) - 1));
542 prt_printf(out, " (%x)\n", inode->bi_flags);
544 prt_printf(out, "journal_seq=%llu\n", inode->bi_journal_seq);
545 prt_printf(out, "bi_size=%llu\n", inode->bi_size);
546 prt_printf(out, "bi_sectors=%llu\n", inode->bi_sectors);
547 prt_printf(out, "bi_version=%llu\n", inode->bi_version);
550 prt_printf(out, #_name "=%llu\n", (u64) inode->_name);
553 printbuf_indent_sub(out, 2);
556 void bch2_inode_unpacked_to_text(struct printbuf *out, struct bch_inode_unpacked *inode)
558 prt_printf(out, "inum: %llu ", inode->bi_inum);
559 __bch2_inode_unpacked_to_text(out, inode);
562 void bch2_inode_to_text(struct printbuf *out, struct bch_fs *c, struct bkey_s_c k)
567 prt_printf(out, "(unpack error)");
571 __bch2_inode_unpacked_to_text(out, &inode);
650 void bch2_inode_generation_to_text(struct printbuf *out, struct bch_fs *c,
655 prt_printf(out, "generation: %u", le32_to_cpu(gen.v->bi_generation));
1107 goto out;
1117 goto out;
1132 goto out;
1140 goto out;
1148 goto out;
1155 goto out;
1159 out:
1165 goto out;
1176 * cleaned up but the write buffer will be out of sync; therefore we