Searched refs:truncate_size (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ceph/ |
| H A D | osd_client.h | 151 u64 truncate_size; member 478 u64 truncate_size, u32 truncate_seq); 539 u32 truncate_seq, u64 truncate_size, 556 u32 truncate_seq, u64 truncate_size,
|
| H A D | ceph_fs.h | 587 __le64 size, max_size, truncate_size; member 795 __le64 size, max_size, truncate_size; member
|
| H A D | rados.h | 496 __le64 truncate_size; member
|
| /linux/net/ceph/ |
| H A D | osd_client.c | 739 u64 truncate_size, u32 truncate_seq) in osd_req_op_extent_init() 751 op->extent.truncate_size = truncate_size; in osd_req_op_extent_init() 981 dst->extent.truncate_size = in osd_req_encode_op() 982 cpu_to_le64(src->extent.truncate_size); in osd_req_encode_op() 1064 u64 truncate_size, in ceph_osdc_new_request() 1095 if (!(truncate_seq == 1 && truncate_size == -1ULL)) { in ceph_osdc_new_request() 1096 if (truncate_size <= object_base) { in ceph_osdc_new_request() 1097 truncate_size = 0; in ceph_osdc_new_request() 1099 truncate_size in ceph_osdc_new_request() 738 osd_req_op_extent_init(struct ceph_osd_request * osd_req,unsigned int which,u16 opcode,u64 offset,u64 length,u64 truncate_size,u32 truncate_seq) osd_req_op_extent_init() argument 1063 ceph_osdc_new_request(struct ceph_osd_client * osdc,struct ceph_file_layout * layout,struct ceph_vino vino,u64 off,u64 * plen,unsigned int which,int num_ops,int opcode,int flags,struct ceph_snap_context * snapc,u32 truncate_seq,u64 truncate_size,bool use_mempool) ceph_osdc_new_request() argument 5305 osd_req_op_copy_from_init(struct ceph_osd_request * req,u64 src_snapid,u64 src_version,struct ceph_object_id * src_oid,struct ceph_object_locator * src_oloc,u32 src_fadvise_flags,u32 dst_fadvise_flags,u32 truncate_seq,u64 truncate_size,u8 copy_from_flags) osd_req_op_copy_from_init() argument [all...] |
| /linux/fs/ceph/ |
| H A D | snap.c | 677 capsnap->truncate_size = ci->i_truncate_size; in __ceph_finish_cap_snap()
|