Home
last modified time | relevance | path

Searched refs:truncate_size (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/include/linux/ceph/
H A Dosd_client.h99 u64 truncate_size; member
422 u64 truncate_size, u32 truncate_seq);
496 u32 truncate_seq, u64 truncate_size,
529 u32 truncate_seq, u64 truncate_size,
H A Dceph_fs.h519 __le64 size, max_size, truncate_size; member
727 __le64 size, max_size, truncate_size; member
H A Drados.h496 __le64 truncate_size; member
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dosd_client.h151 u64 truncate_size; member
480 u64 truncate_size, u32 truncate_seq);
547 u32 truncate_seq, u64 truncate_size,
564 u32 truncate_seq, u64 truncate_size,
H A Dceph_fs.h586 __le64 size, max_size, truncate_size; member
794 __le64 size, max_size, truncate_size; member
H A Drados.h496 __le64 truncate_size; member
/kernel/linux/linux-5.10/fs/ceph/
H A Daddr.c491 u64 truncate_size; member
528 ctl->truncate_size = capsnap->truncate_size; in get_oldest_context()
548 ctl->truncate_size = ci->i_truncate_size; in get_oldest_context()
644 ceph_wbc.truncate_seq, ceph_wbc.truncate_size, in writepage_nounlock()
1068 ceph_wbc.truncate_size, false); in ceph_writepages_start()
1078 ceph_wbc.truncate_size, true); in ceph_writepages_start()
H A Dsuper.h217 u64 truncate_size; member
967 u32 truncate_seq, u64 truncate_size, u64 size);
H A Dinode.c617 u32 truncate_seq, u64 truncate_size, u64 size) in ceph_fill_file_size()
656 ci->i_truncate_size != truncate_size) { in ceph_fill_file_size()
657 dout("truncate_size %lld -> %llu\n", ci->i_truncate_size, in ceph_fill_file_size()
658 truncate_size); in ceph_fill_file_size()
659 ci->i_truncate_size = truncate_size; in ceph_fill_file_size()
879 le64_to_cpu(info->truncate_size), in ceph_fill_inode()
616 ceph_fill_file_size(struct inode *inode, int issued, u32 truncate_seq, u64 truncate_size, u64 size) ceph_fill_file_size() argument
H A Dcaps.c3497 le64_to_cpu(grant->truncate_size),
3858 u64 truncate_size = le64_to_cpu(trunc->truncate_size); in handle_cap_trunc() local
3870 inode, mds, seq, truncate_size, truncate_seq); in handle_cap_trunc()
3872 truncate_seq, truncate_size, size); in handle_cap_trunc()
H A Dsnap.c632 capsnap->truncate_size = ci->i_truncate_size; in __ceph_finish_cap_snap()
H A Dfile.c614 in.truncate_size = cpu_to_le64(-1ULL); in ceph_finish_async_create()
/kernel/linux/linux-6.6/fs/ceph/
H A Daddr.c551 u64 truncate_size; member
588 ctl->truncate_size = capsnap->truncate_size; in get_oldest_context()
608 ctl->truncate_size = ci->i_truncate_size; in get_oldest_context()
719 ceph_wbc.truncate_size, true); in writepage_nounlock()
1211 ceph_wbc.truncate_size, false); in ceph_writepages_start()
1221 ceph_wbc.truncate_size, true); in ceph_writepages_start()
H A Dsuper.h241 u64 truncate_size; member
1036 u32 truncate_seq, u64 truncate_size, u64 size);
H A Dinode.c744 u32 truncate_seq, u64 truncate_size, u64 size) in ceph_fill_file_size()
797 dout("%s truncate_size %lld -> %llu, encrypted %d\n", __func__, in ceph_fill_file_size()
798 ci->i_truncate_size, truncate_size, !!IS_ENCRYPTED(inode)); in ceph_fill_file_size()
800 ci->i_truncate_size = truncate_size; in ceph_fill_file_size()
807 ci->i_truncate_pagecache_size = truncate_size; in ceph_fill_file_size()
1099 le64_to_cpu(info->truncate_size), in ceph_fill_inode()
743 ceph_fill_file_size(struct inode *inode, int issued, u32 truncate_seq, u64 truncate_size, u64 size) ceph_fill_file_size() argument
H A Dcaps.c3573 le64_to_cpu(grant->truncate_size),
3935 u64 truncate_size = le64_to_cpu(trunc->truncate_size); in handle_cap_trunc() local
3955 __func__, inode, mds, seq, truncate_size, truncate_seq); in handle_cap_trunc()
3957 truncate_seq, truncate_size, size); in handle_cap_trunc()
H A Dfile.c656 in.truncate_size = cpu_to_le64(-1ULL); in ceph_finish_async_create()
2728 u32 truncate_seq, u64 truncate_size) in ceph_alloc_copyfrom_request()
2753 truncate_size, in ceph_alloc_copyfrom_request()
2722 ceph_alloc_copyfrom_request(struct ceph_osd_client *osdc, u64 src_snapid, struct ceph_object_id *src_oid, struct ceph_object_locator *src_oloc, struct ceph_object_id *dst_oid, struct ceph_object_locator *dst_oloc, u32 truncate_seq, u64 truncate_size) ceph_alloc_copyfrom_request() argument
H A Dsnap.c667 capsnap->truncate_size = ci->i_truncate_size; in __ceph_finish_cap_snap()
/kernel/linux/linux-5.10/net/ceph/
H A Dosd_client.c733 u64 truncate_size, u32 truncate_seq) in osd_req_op_extent_init()
745 op->extent.truncate_size = truncate_size; in osd_req_op_extent_init()
972 dst->extent.truncate_size = in osd_req_encode_op()
973 cpu_to_le64(src->extent.truncate_size); in osd_req_encode_op()
1051 u64 truncate_size, in ceph_osdc_new_request()
1081 if (!(truncate_seq == 1 && truncate_size == -1ULL)) { in ceph_osdc_new_request()
1082 if (truncate_size <= object_base) { in ceph_osdc_new_request()
1083 truncate_size = 0; in ceph_osdc_new_request()
1085 truncate_size in ceph_osdc_new_request()
730 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
1043 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
5255 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
5292 ceph_osdc_copy_from(struct ceph_osd_client *osdc, u64 src_snapid, u64 src_version, struct ceph_object_id *src_oid, struct ceph_object_locator *src_oloc, u32 src_fadvise_flags, struct ceph_object_id *dst_oid, struct ceph_object_locator *dst_oloc, u32 dst_fadvise_flags, u32 truncate_seq, u64 truncate_size, u8 copy_from_flags) ceph_osdc_copy_from() argument
[all...]
/kernel/linux/linux-6.6/net/ceph/
H A Dosd_client.c761 u64 truncate_size, u32 truncate_seq) in osd_req_op_extent_init()
773 op->extent.truncate_size = truncate_size; in osd_req_op_extent_init()
1003 dst->extent.truncate_size = in osd_req_encode_op()
1004 cpu_to_le64(src->extent.truncate_size); in osd_req_encode_op()
1086 u64 truncate_size, in ceph_osdc_new_request()
1117 if (!(truncate_seq == 1 && truncate_size == -1ULL)) { in ceph_osdc_new_request()
1118 if (truncate_size <= object_base) { in ceph_osdc_new_request()
1119 truncate_size = 0; in ceph_osdc_new_request()
1121 truncate_size in ceph_osdc_new_request()
758 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
1078 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
5347 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...]

Completed in 55 milliseconds