Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dinode.c633 ci->i_truncate_seq = 0; in ceph_alloc_inode()
765 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size()
766 (truncate_seq == ci->i_truncate_seq && size > isize)) { in ceph_fill_file_size()
781 if (truncate_seq != ci->i_truncate_seq) { in ceph_fill_file_size()
783 ci->i_truncate_seq, truncate_seq); in ceph_fill_file_size()
784 ci->i_truncate_seq = truncate_seq; in ceph_fill_file_size()
811 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0) { in ceph_fill_file_size()
H A Dfile.c1107 NULL, ci->i_truncate_seq, in __ceph_sync_read()
1546 ci->i_truncate_seq, in ceph_direct_read_write()
1814 NULL, ci->i_truncate_seq, in ceph_sync_write()
1856 ci->i_truncate_seq); in ceph_sync_write()
2009 snapc, ci->i_truncate_seq, in ceph_sync_write()
2916 dst_ci->i_truncate_seq, in ceph_do_objects_copy()
H A Daddr.c378 CEPH_OSD_FLAG_READ, NULL, ci->i_truncate_seq, in ceph_netfs_issue_read()
627 ctl->truncate_seq = ci->i_truncate_seq; in get_oldest_context()
1929 NULL, ci->i_truncate_seq, in ceph_uninline_data()
H A Dsnap.c678 capsnap->truncate_seq = ci->i_truncate_seq; in __ceph_finish_cap_snap()