Searched refs:i_truncate_seq (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/ceph/ |
D | inode.c | 517 ci->i_truncate_seq = 0; in ceph_alloc_inode() 636 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size() 637 (truncate_seq == ci->i_truncate_seq && size > isize)) { in ceph_fill_file_size() 652 if (truncate_seq != ci->i_truncate_seq) { in ceph_fill_file_size() 654 ci->i_truncate_seq, truncate_seq); in ceph_fill_file_size() 655 ci->i_truncate_seq = truncate_seq; in ceph_fill_file_size() 677 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0 && in ceph_fill_file_size()
|
D | addr.c | 322 NULL, ci->i_truncate_seq, ci->i_truncate_size, false); in ceph_netfs_issue_read() 507 ctl->truncate_seq = ci->i_truncate_seq; in get_oldest_context() 1701 NULL, ci->i_truncate_seq, in ceph_uninline_data()
|
D | file.c | 963 NULL, ci->i_truncate_seq, in ceph_sync_read() 1320 ci->i_truncate_seq, in ceph_direct_read_write() 1519 ci->i_truncate_seq, in ceph_sync_write() 2326 dst_ci->i_truncate_seq, in ceph_do_objects_copy()
|
D | super.h | 408 u32 i_truncate_seq; /* last truncate to smaller size */ member
|
D | snap.c | 667 capsnap->truncate_seq = ci->i_truncate_seq; in __ceph_finish_cap_snap()
|