Home
last modified time | relevance | path

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

/linux/fs/ceph/
A 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()
A Daddr.c259 NULL, ci->i_truncate_seq, ci->i_truncate_size, false); in ceph_netfs_issue_op()
442 ctl->truncate_seq = ci->i_truncate_seq; in get_oldest_context()
1675 NULL, ci->i_truncate_seq, in ceph_uninline_data()
A Dfile.c893 NULL, ci->i_truncate_seq, in ceph_sync_read()
1248 ci->i_truncate_seq, in ceph_direct_read_write()
1448 ci->i_truncate_seq, in ceph_sync_write()
2312 dst_ci->i_truncate_seq, in ceph_do_objects_copy()
A Dsuper.h396 u32 i_truncate_seq; /* last truncate to smaller size */ member
A Dsnap.c633 capsnap->truncate_seq = ci->i_truncate_seq; in __ceph_finish_cap_snap()

Completed in 35 milliseconds