Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dinode.c433 ci->i_truncate_seq = 0; in ceph_alloc_inode()
548 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size()
549 (truncate_seq == ci->i_truncate_seq && size > inode->i_size)) { in ceph_fill_file_size()
554 if (truncate_seq != ci->i_truncate_seq) { in ceph_fill_file_size()
556 ci->i_truncate_seq, truncate_seq); in ceph_fill_file_size()
557 ci->i_truncate_seq = truncate_seq; in ceph_fill_file_size()
579 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0 && in ceph_fill_file_size()
Daddr.c228 ci->i_truncate_seq, ci->i_truncate_size, in readpage_nounlock()
346 ci->i_truncate_seq, ci->i_truncate_size, in start_read()
518 truncate_seq = ci->i_truncate_seq; in writepage_nounlock()
764 truncate_seq = ci->i_truncate_seq; in ceph_writepages_start()
1546 ci->i_truncate_seq, ci->i_truncate_size, in ceph_uninline_data()
Dfile.c445 ci->i_truncate_seq, in striped_read()
671 ci->i_truncate_seq, in ceph_sync_direct_write()
786 ci->i_truncate_seq, in ceph_sync_write()
Dsuper.h326 u32 i_truncate_seq; /* last truncate to smaller size */ member