Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dinode.c483 ci->i_truncate_seq = 0; in ceph_alloc_inode()
618 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size()
619 (truncate_seq == ci->i_truncate_seq && size > inode->i_size)) { in ceph_fill_file_size()
628 if (truncate_seq != ci->i_truncate_seq) { in ceph_fill_file_size()
630 ci->i_truncate_seq, truncate_seq); in ceph_fill_file_size()
631 ci->i_truncate_seq = truncate_seq; in ceph_fill_file_size()
653 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0 && in ceph_fill_file_size()
Daddr.c215 ci->i_truncate_seq, ci->i_truncate_size, in ceph_do_readpage()
356 ci->i_truncate_seq, ci->i_truncate_size, in start_read()
525 ctl->truncate_seq = ci->i_truncate_seq; in get_oldest_context()
1741 NULL, ci->i_truncate_seq, in ceph_uninline_data()
Dfile.c591 ci->i_truncate_seq, ci->i_truncate_size, in striped_read()
974 ci->i_truncate_seq, in ceph_direct_read_write()
1166 ci->i_truncate_seq, in ceph_sync_write()
Dsnap.c609 capsnap->truncate_seq = ci->i_truncate_seq; in __ceph_finish_cap_snap()
Dsuper.h348 u32 i_truncate_seq; /* last truncate to smaller size */ member