Searched refs:i_truncate_seq (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | inode.c | 496 ci->i_truncate_seq = 0; in ceph_alloc_inode() 622 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size() 623 (truncate_seq == ci->i_truncate_seq && size > inode->i_size)) { in ceph_fill_file_size() 632 if (truncate_seq != ci->i_truncate_seq) { in ceph_fill_file_size() 634 ci->i_truncate_seq, truncate_seq); in ceph_fill_file_size() 635 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()
|
H A D | addr.c | 216 ci->i_truncate_seq, ci->i_truncate_size, in ceph_do_readpage() 380 ci->i_truncate_seq, ci->i_truncate_size, in start_read() 549 ctl->truncate_seq = ci->i_truncate_seq; in get_oldest_context() 1819 NULL, ci->i_truncate_seq, in ceph_uninline_data()
|
H A D | file.c | 908 NULL, ci->i_truncate_seq, in ceph_sync_read() 1261 ci->i_truncate_seq, in ceph_direct_read_write() 1461 ci->i_truncate_seq, in ceph_sync_write() 2278 dst_ci->i_truncate_seq, in ceph_do_objects_copy()
|
H A D | super.h | 394 u32 i_truncate_seq; /* last truncate to smaller size */ member
|
H A D | snap.c | 633 capsnap->truncate_seq = ci->i_truncate_seq; in __ceph_finish_cap_snap()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | inode.c | 621 ci->i_truncate_seq = 0; in ceph_alloc_inode() 750 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size() 751 (truncate_seq == ci->i_truncate_seq && size > isize)) { in ceph_fill_file_size() 766 if (truncate_seq != ci->i_truncate_seq) { in ceph_fill_file_size() 768 ci->i_truncate_seq, truncate_seq); in ceph_fill_file_size() 769 ci->i_truncate_seq = truncate_seq; in ceph_fill_file_size() 796 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0) { in ceph_fill_file_size()
|
H A D | file.c | 1016 NULL, ci->i_truncate_seq, in __ceph_sync_read() 1448 ci->i_truncate_seq, in ceph_direct_read_write() 1713 NULL, ci->i_truncate_seq, in ceph_sync_write() 1755 ci->i_truncate_seq); in ceph_sync_write() 1908 snapc, ci->i_truncate_seq, in ceph_sync_write() 2807 dst_ci->i_truncate_seq, in ceph_do_objects_copy()
|
H A D | addr.c | 373 NULL, ci->i_truncate_seq, ci->i_truncate_size, false); in ceph_netfs_issue_read() 609 ctl->truncate_seq = ci->i_truncate_seq; in get_oldest_context() 1888 NULL, ci->i_truncate_seq, in ceph_uninline_data()
|
H A D | super.h | 424 u32 i_truncate_seq; /* last truncate to smaller size */ member
|
H A D | snap.c | 668 capsnap->truncate_seq = ci->i_truncate_seq; in __ceph_finish_cap_snap()
|
Completed in 26 milliseconds