Searched refs:i_truncate_size (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/ceph/ | 
| D | inode.c | 484 	ci->i_truncate_size = 0;  in ceph_alloc_inode() 644 	    ci->i_truncate_size != truncate_size) {  in ceph_fill_file_size() 645 		dout("truncate_size %lld -> %llu\n", ci->i_truncate_size,  in ceph_fill_file_size() 647 		ci->i_truncate_size = truncate_size;  in ceph_fill_file_size() 1936 	to = ci->i_truncate_size;  in __ceph_do_pending_vmtruncate() 1945 	if (to == ci->i_truncate_size) {  in __ceph_do_pending_vmtruncate()
  | 
| D | addr.c | 223 				  ci->i_truncate_seq, ci->i_truncate_size,  in ceph_do_readpage() 368 				    ci->i_truncate_seq, ci->i_truncate_size,  in start_read() 536 			ctl->truncate_size = ci->i_truncate_size;  in get_oldest_context() 1741 				    ci->i_truncate_size, false);  in ceph_uninline_data()
  | 
| D | file.c | 623 					ci->i_truncate_size, false);  in ceph_sync_read() 983 					    ci->i_truncate_size,  in ceph_direct_read_write() 1176 					    ci->i_truncate_size,  in ceph_sync_write()
  | 
| D | super.h | 367 	u64 i_truncate_size;       /*  and the size we last truncated down to */  member
  | 
| D | snap.c | 615 	capsnap->truncate_size = ci->i_truncate_size;  in __ceph_finish_cap_snap()
  |