Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ceph/
Dinode.c508 ci->i_truncate_seq = 0; in ceph_alloc_inode()
628 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size()
629 (truncate_seq == ci->i_truncate_seq && size > isize)) { in ceph_fill_file_size()
638 if (truncate_seq != ci->i_truncate_seq) { in ceph_fill_file_size()
640 ci->i_truncate_seq, truncate_seq); in ceph_fill_file_size()
641 ci->i_truncate_seq = truncate_seq; in ceph_fill_file_size()
663 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0 && in ceph_fill_file_size()
Dfile.c879 NULL, ci->i_truncate_seq, in ceph_sync_read()
1231 ci->i_truncate_seq, in ceph_direct_read_write()
1431 ci->i_truncate_seq, in ceph_sync_write()
2243 dst_ci->i_truncate_seq, in ceph_do_objects_copy()
Daddr.c259 NULL, ci->i_truncate_seq, ci->i_truncate_size, false); in ceph_netfs_issue_op()
441 ctl->truncate_seq = ci->i_truncate_seq; in get_oldest_context()
1674 NULL, ci->i_truncate_seq, in ceph_uninline_data()
Dsuper.h395 u32 i_truncate_seq; /* last truncate to smaller size */ member
Dsnap.c633 capsnap->truncate_seq = ci->i_truncate_seq; in __ceph_finish_cap_snap()