Home
last modified time | relevance | path

Searched refs:i_truncate_size (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/fs/ceph/
Dinode.c493 ci->i_truncate_size = 0; in ceph_alloc_inode()
656 ci->i_truncate_size != truncate_size) { in ceph_fill_file_size()
657 dout("truncate_size %lld -> %llu\n", ci->i_truncate_size, in ceph_fill_file_size()
659 ci->i_truncate_size = truncate_size; in ceph_fill_file_size()
1974 to = ci->i_truncate_size; in __ceph_do_pending_vmtruncate()
1983 if (to == ci->i_truncate_size) { in __ceph_do_pending_vmtruncate()
Daddr.c224 ci->i_truncate_seq, ci->i_truncate_size, in ceph_do_readpage()
388 ci->i_truncate_seq, ci->i_truncate_size, in start_read()
556 ctl->truncate_size = ci->i_truncate_size; in get_oldest_context()
1800 ci->i_truncate_size, false); in ceph_uninline_data()
Dfile.c872 ci->i_truncate_size, false); in ceph_sync_read()
1225 ci->i_truncate_size, in ceph_direct_read_write()
1425 ci->i_truncate_size, in ceph_sync_write()
2240 dst_ci->i_truncate_size, in ceph_do_objects_copy()
Dsuper.h394 u64 i_truncate_size; /* and the size we last truncated down to */ member
Dsnap.c615 capsnap->truncate_size = ci->i_truncate_size; in __ceph_finish_cap_snap()