Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ceph/
Dinode.c492 ci->i_truncate_seq = 0; in ceph_alloc_inode()
620 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size()
621 (truncate_seq == ci->i_truncate_seq && size > inode->i_size)) { in ceph_fill_file_size()
630 if (truncate_seq != ci->i_truncate_seq) { in ceph_fill_file_size()
632 ci->i_truncate_seq, truncate_seq); in ceph_fill_file_size()
633 ci->i_truncate_seq = truncate_seq; in ceph_fill_file_size()
655 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0 && in ceph_fill_file_size()
Daddr.c224 ci->i_truncate_seq, ci->i_truncate_size, in ceph_do_readpage()
388 ci->i_truncate_seq, ci->i_truncate_size, in start_read()
557 ctl->truncate_seq = ci->i_truncate_seq; in get_oldest_context()
1799 NULL, ci->i_truncate_seq, in ceph_uninline_data()
Dfile.c871 NULL, ci->i_truncate_seq, in ceph_sync_read()
1224 ci->i_truncate_seq, in ceph_direct_read_write()
1424 ci->i_truncate_seq, in ceph_sync_write()
2239 dst_ci->i_truncate_seq, in ceph_do_objects_copy()
Dsuper.h393 u32 i_truncate_seq; /* last truncate to smaller size */ member
Dsnap.c616 capsnap->truncate_seq = ci->i_truncate_seq; in __ceph_finish_cap_snap()