Searched refs:i_truncate_size (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ceph/ |
H A D | file.c | 1018 ci->i_truncate_size, false); in __ceph_sync_read() 1450 ci->i_truncate_size, in ceph_direct_read_write() 1717 ci->i_truncate_size, false); in ceph_sync_write() 1757 ci->i_truncate_size, in ceph_sync_write() 1912 ci->i_truncate_size, false); in ceph_sync_write() 2811 dst_ci->i_truncate_size); in ceph_do_objects_copy()
|
H A D | addr.c | 373 NULL, ci->i_truncate_seq, ci->i_truncate_size, false); in ceph_netfs_issue_read() 612 ctl->truncate_size = ci->i_truncate_size; in get_oldest_context() 1895 ci->i_truncate_size, false); in ceph_uninline_data()
|
H A 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()
|
H A D | snap.c | 670 capsnap->truncate_size = ci->i_truncate_size; in __ceph_finish_cap_snap()
|
H A D | super.h | 426 u64 i_truncate_size; /* and the size we last truncated down to */ member
|