Searched refs:i_truncate_size (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.15/fs/ceph/ | 
| D | inode.c | 509 	ci->i_truncate_size = 0;  in ceph_alloc_inode()664 	    ci->i_truncate_size != truncate_size) {  in ceph_fill_file_size()
 665 		dout("truncate_size %lld -> %llu\n", ci->i_truncate_size,  in ceph_fill_file_size()
 667 		ci->i_truncate_size = truncate_size;  in ceph_fill_file_size()
 1934 	to = ci->i_truncate_size;  in __ceph_do_pending_vmtruncate()
 1943 	if (to == ci->i_truncate_size) {  in __ceph_do_pending_vmtruncate()
 
 | 
| D | file.c | 880 					ci->i_truncate_size, false);  in ceph_sync_read()1232 					    ci->i_truncate_size,  in ceph_direct_read_write()
 1432 					    ci->i_truncate_size,  in ceph_sync_write()
 2244 					  dst_ci->i_truncate_size,  in ceph_do_objects_copy()
 
 | 
| D | addr.c | 259 			NULL, ci->i_truncate_seq, ci->i_truncate_size, false);  in ceph_netfs_issue_op()440 			ctl->truncate_size = ci->i_truncate_size;  in get_oldest_context()
 1675 				    ci->i_truncate_size, false);  in ceph_uninline_data()
 
 | 
| D | super.h | 396 	u64 i_truncate_size;       /*  and the size we last truncated down to */  member
 | 
| D | snap.c | 632 	capsnap->truncate_size = ci->i_truncate_size;  in __ceph_finish_cap_snap()
 |