Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Dinode.c434 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.c224 ci->i_truncate_seq, ci->i_truncate_size, in readpage_nounlock()
342 ci->i_truncate_seq, ci->i_truncate_size, in start_read()
513 truncate_seq = ci->i_truncate_seq; in writepage_nounlock()
758 truncate_seq = ci->i_truncate_seq; in ceph_writepages_start()
1532 ci->i_truncate_seq, ci->i_truncate_size, in ceph_uninline_data()
Dfile.c381 ci->i_truncate_seq, in striped_read()
609 ci->i_truncate_seq, in ceph_sync_direct_write()
725 ci->i_truncate_seq, in ceph_sync_write()
Dsuper.h304 u32 i_truncate_seq; /* last truncate to smaller size */ member