Searched refs:truncate_seq (Results 1 – 6 of 6) sorted by relevance
| /fs/ceph/ |
| A D | addr.c | 583 u32 truncate_seq; member 650 ctl->truncate_seq = capsnap->truncate_seq; in get_oldest_context() 670 ctl->truncate_seq = ci->i_truncate_seq; in get_oldest_context() 784 ceph_wbc.truncate_seq, in write_folio_nounlock() 1433 ceph_wbc->snapc, ceph_wbc->truncate_seq, in ceph_submit_write() 1444 ceph_wbc->truncate_seq, in ceph_submit_write()
|
| A D | inode.c | 758 u32 truncate_seq, u64 truncate_size, u64 size) in ceph_fill_file_size() argument 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() 1127 le32_to_cpu(info->truncate_seq), in ceph_fill_inode()
|
| A D | super.h | 244 u32 truncate_seq; member 1043 u32 truncate_seq, u64 truncate_size, u64 size);
|
| A D | caps.c | 3656 le32_to_cpu(grant->truncate_seq), in handle_cap_grant() 4029 u32 truncate_seq = le32_to_cpu(trunc->truncate_seq); in handle_cap_trunc() local 4050 inode, ceph_vinop(inode), mds, seq, truncate_size, truncate_seq); in handle_cap_trunc() 4052 truncate_seq, truncate_size, size); in handle_cap_trunc()
|
| A D | file.c | 700 in.truncate_seq = cpu_to_le32(1); in ceph_finish_async_create() 2835 u32 truncate_seq, u64 truncate_size) in ceph_alloc_copyfrom_request() argument 2859 truncate_seq, in ceph_alloc_copyfrom_request()
|
| A D | snap.c | 678 capsnap->truncate_seq = ci->i_truncate_seq; in __ceph_finish_cap_snap()
|
Completed in 35 milliseconds