Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Dinode.c483 ci->i_truncate_seq = 0; in ceph_alloc_inode()
612 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size()
613 (truncate_seq == ci->i_truncate_seq && size > inode->i_size)) { in ceph_fill_file_size()
622 if (truncate_seq != ci->i_truncate_seq) { in ceph_fill_file_size()
624 ci->i_truncate_seq, truncate_seq); in ceph_fill_file_size()
625 ci->i_truncate_seq = truncate_seq; in ceph_fill_file_size()
647 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0 && in ceph_fill_file_size()
Daddr.c223 ci->i_truncate_seq, ci->i_truncate_size, in ceph_do_readpage()
364 ci->i_truncate_seq, ci->i_truncate_size, in start_read()
533 ctl->truncate_seq = ci->i_truncate_seq; in get_oldest_context()
1748 NULL, ci->i_truncate_seq, in ceph_uninline_data()
Dfile.c587 ci->i_truncate_seq, ci->i_truncate_size, in striped_read()
970 ci->i_truncate_seq, in ceph_direct_read_write()
1162 ci->i_truncate_seq, in ceph_sync_write()
Dsnap.c602 capsnap->truncate_seq = ci->i_truncate_seq; in __ceph_finish_cap_snap()
Dsuper.h348 u32 i_truncate_seq; /* last truncate to smaller size */ member