Searched refs:front_pad (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/bcachefs/
H A Dreflink_format.h16 __le32 front_pad; member in struct:bch_reflink_p
H A Dreflink.c39 bkey_fsck_err_on(le64_to_cpu(p.v->idx) < le32_to_cpu(p.v->front_pad),
41 "idx < front_pad (%llu < %u)",
42 le64_to_cpu(p.v->idx), le32_to_cpu(p.v->front_pad));
52 prt_printf(out, "idx %llu front_pad %u back_pad %u",
54 le32_to_cpu(p.v->front_pad),
118 pad = max_t(s64, le32_to_cpu(v->front_pad),
121 v->front_pad = cpu_to_le32(pad);
182 bkey_i_to_reflink_p(update)->v.front_pad = cpu_to_le32(start - next_idx);
210 u64 idx = le64_to_cpu(p.v->idx) - le32_to_cpu(p.v->front_pad);
247 v->front_pad
[all...]
H A Dfsck.c2840 if (!p.v->front_pad && !p.v->back_pad)
2849 u->v.front_pad = 0;
/linux-master/block/
H A Dbio.c114 return bs->front_pad + sizeof(struct bio) + bs->back_pad;
237 mempool_free(p - bs->front_pad, &bs->bio_pool);
487 * submit_bio_noacct() should be avoided - instead, use bio_set's front_pad
554 bio = p + bs->front_pad;
1716 * @front_pad: Number of bytes to allocate in front of the returned bio
1735 unsigned int front_pad,
1738 bs->front_pad = front_pad;
1733 bioset_init(struct bio_set *bs, unsigned int pool_size, unsigned int front_pad, int flags) argument
/linux-master/drivers/md/
H A Ddm-table.c1022 unsigned int per_io_data_size = 0, front_pad, io_front_pad; local
1037 front_pad = offsetof(struct dm_rq_clone_bio_info, clone);
1048 front_pad = roundup(per_io_data_size,
1060 if (bioset_init(&pools->bs, pool_size, front_pad, 0))
/linux-master/include/linux/
H A Dbio.h682 unsigned int front_pad; member in struct:bio_set
/linux-master/net/ceph/
H A Dmessenger_v2.c1003 u8 *front_pad, u8 *middle_pad, u8 *data_pad,
1041 front_pad);
1002 setup_message_sgs(struct sg_table *sgt, struct ceph_msg *msg, u8 *front_pad, u8 *middle_pad, u8 *data_pad, void *epilogue, struct page **pages, int dpos, bool add_tag) argument

Completed in 171 milliseconds