Searched refs:i_truncate_size (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/ceph/ |
D | file.c | 1017 ci->i_truncate_size, false); in __ceph_sync_read() 1446 ci->i_truncate_size, in ceph_direct_read_write() 1711 ci->i_truncate_size, false); in ceph_sync_write() 1751 ci->i_truncate_size, in ceph_sync_write() 1906 ci->i_truncate_size, false); in ceph_sync_write() 2805 dst_ci->i_truncate_size); in ceph_do_objects_copy()
|
D | addr.c | 373 NULL, ci->i_truncate_seq, ci->i_truncate_size, false); in ceph_netfs_issue_read() 608 ctl->truncate_size = ci->i_truncate_size; in get_oldest_context() 1889 ci->i_truncate_size, false); in ceph_uninline_data()
|
D | inode.c | 622 ci->i_truncate_size = 0; in ceph_alloc_inode() 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()
|
D | snap.c | 667 capsnap->truncate_size = ci->i_truncate_size; in __ceph_finish_cap_snap()
|
D | super.h | 425 u64 i_truncate_size; /* and the size we last truncated down to */ member
|