Searched defs:truncate_size (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/fs/ceph/
H A Daddr.c480 u64 truncate_size, snap_size = 0; writepage_nounlock() local
698 u64 truncate_size, snap_size; ceph_writepages_start() local
H A Dinode.c542 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.c2852 u64 truncate_size = le64_to_cpu(trunc->truncate_size); variable
/linux-4.1.27/include/linux/ceph/
H A Dosd_client.h85 u64 truncate_size; member in struct:ceph_osd_req_op::__anon11546::__anon11547
H A Drados.h430 __le64 truncate_size; member in struct:ceph_osd_op::__anon11560::__anon11561
H A Dceph_fs.h467 __le64 size, max_size, truncate_size; member in struct:ceph_mds_reply_inode
656 __le64 size, max_size, truncate_size; member in struct:ceph_mds_caps
/linux-4.1.27/net/ceph/
H A Dosd_client.c474 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
753 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
2678 ceph_osdc_readpages(struct ceph_osd_client *osdc, struct ceph_vino vino, struct ceph_file_layout *layout, u64 off, u64 *plen, u32 truncate_seq, u64 truncate_size, struct page **pages, int num_pages, int page_align) ceph_osdc_readpages() argument
2719 ceph_osdc_writepages(struct ceph_osd_client *osdc, struct ceph_vino vino, struct ceph_file_layout *layout, struct ceph_snap_context *snapc, u64 off, u64 len, u32 truncate_seq, u64 truncate_size, struct timespec *mtime, struct page **pages, int num_pages) ceph_osdc_writepages() argument

Completed in 248 milliseconds