Searched refs:i_truncate_seq (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/fs/ceph/ |
D | inode.c | 483 ci->i_truncate_seq = 0; in ceph_alloc_inode() 608 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size() 609 (truncate_seq == ci->i_truncate_seq && size > inode->i_size)) { in ceph_fill_file_size() 618 if (truncate_seq != ci->i_truncate_seq) { in ceph_fill_file_size() 620 ci->i_truncate_seq, truncate_seq); in ceph_fill_file_size() 621 ci->i_truncate_seq = truncate_seq; in ceph_fill_file_size() 643 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0 && in ceph_fill_file_size()
|
D | addr.c | 223 ci->i_truncate_seq, ci->i_truncate_size, in ceph_do_readpage() 368 ci->i_truncate_seq, ci->i_truncate_size, in start_read() 537 ctl->truncate_seq = ci->i_truncate_seq; in get_oldest_context() 1740 NULL, ci->i_truncate_seq, in ceph_uninline_data()
|
D | file.c | 622 NULL, ci->i_truncate_seq, in ceph_sync_read() 982 ci->i_truncate_seq, in ceph_direct_read_write() 1175 ci->i_truncate_seq, in ceph_sync_write()
|
D | super.h | 366 u32 i_truncate_seq; /* last truncate to smaller size */ member
|
D | snap.c | 616 capsnap->truncate_seq = ci->i_truncate_seq; in __ceph_finish_cap_snap()
|