Home
last modified time | relevance | path

Searched refs:truncate_size (Results 1 – 4 of 4) sorted by relevance

/fs/ceph/
Daddr.c523 u64 truncate_size; in writepage_nounlock() local
557 truncate_size = ci->i_truncate_size; in writepage_nounlock()
582 truncate_seq, truncate_size, in writepage_nounlock()
755 u64 truncate_size; in ceph_writepages_start() local
819 truncate_size = ci->i_truncate_size; in ceph_writepages_start()
1023 truncate_size, false); in ceph_writepages_start()
1034 truncate_size, true); in ceph_writepages_start()
Dinode.c608 u32 truncate_seq, u64 truncate_size, u64 size) in ceph_fill_file_size() argument
649 ci->i_truncate_size != truncate_size) { in ceph_fill_file_size()
651 truncate_size); in ceph_fill_file_size()
652 ci->i_truncate_size = truncate_size; in ceph_fill_file_size()
845 le64_to_cpu(info->truncate_size), in fill_inode()
Dcaps.c2963 le64_to_cpu(grant->truncate_size), in handle_cap_grant()
3263 u64 truncate_size = le64_to_cpu(trunc->truncate_size); in handle_cap_trunc() local
3273 inode, mds, seq, truncate_size, truncate_seq); in handle_cap_trunc()
3275 truncate_seq, truncate_size, size); in handle_cap_trunc()
Dsuper.h759 u32 truncate_seq, u64 truncate_size, u64 size);