Searched refs:truncate_size (Results 1 – 5 of 5) sorted by relevance
/fs/ceph/ |
D | addr.c | 471 u64 truncate_size; member 508 ctl->truncate_size = capsnap->truncate_size; in get_oldest_context() 528 ctl->truncate_size = ci->i_truncate_size; in get_oldest_context() 626 ceph_wbc.truncate_size, in writepage_nounlock() 1026 ceph_wbc.truncate_size, false); in ceph_writepages_start() 1036 ceph_wbc.truncate_size, true); in ceph_writepages_start()
|
D | inode.c | 601 u32 truncate_seq, u64 truncate_size, u64 size) in ceph_fill_file_size() argument 640 ci->i_truncate_size != truncate_size) { in ceph_fill_file_size() 642 truncate_size); in ceph_fill_file_size() 643 ci->i_truncate_size = truncate_size; in ceph_fill_file_size() 862 le64_to_cpu(info->truncate_size), in fill_inode()
|
D | super.h | 210 u64 truncate_size; member 904 u32 truncate_seq, u64 truncate_size, u64 size);
|
D | caps.c | 3276 le64_to_cpu(grant->truncate_size), in handle_cap_grant() 3600 u64 truncate_size = le64_to_cpu(trunc->truncate_size); in handle_cap_trunc() local 3610 inode, mds, seq, truncate_size, truncate_seq); in handle_cap_trunc() 3612 truncate_seq, truncate_size, size); in handle_cap_trunc()
|
D | snap.c | 629 capsnap->truncate_size = ci->i_truncate_size; in __ceph_finish_cap_snap()
|