Searched refs:i_truncate_seq (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/ceph/ |
D | inode.c | 483 ci->i_truncate_seq = 0; in ceph_alloc_inode() 618 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size() 619 (truncate_seq == ci->i_truncate_seq && size > inode->i_size)) { in ceph_fill_file_size() 628 if (truncate_seq != ci->i_truncate_seq) { in ceph_fill_file_size() 630 ci->i_truncate_seq, truncate_seq); in ceph_fill_file_size() 631 ci->i_truncate_seq = truncate_seq; in ceph_fill_file_size() 653 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0 && in ceph_fill_file_size()
|
D | addr.c | 215 ci->i_truncate_seq, ci->i_truncate_size, in ceph_do_readpage() 356 ci->i_truncate_seq, ci->i_truncate_size, in start_read() 525 ctl->truncate_seq = ci->i_truncate_seq; in get_oldest_context() 1741 NULL, ci->i_truncate_seq, in ceph_uninline_data()
|
D | file.c | 591 ci->i_truncate_seq, ci->i_truncate_size, in striped_read() 974 ci->i_truncate_seq, in ceph_direct_read_write() 1166 ci->i_truncate_seq, in ceph_sync_write()
|
D | snap.c | 609 capsnap->truncate_seq = ci->i_truncate_seq; in __ceph_finish_cap_snap()
|
D | super.h | 348 u32 i_truncate_seq; /* last truncate to smaller size */ member
|