Searched refs:i_truncate_seq (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/ceph/ |
D | inode.c | 434 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()
|
D | addr.c | 224 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()
|
D | file.c | 381 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()
|
D | super.h | 304 u32 i_truncate_seq; /* last truncate to smaller size */ member
|