Searched refs:i_truncate_seq (Results 1 – 4 of 4) sorted by relevance
/fs/ceph/ |
D | inode.c | 346 ci->i_truncate_seq = 0; in ceph_alloc_inode() 447 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) > 0 || in ceph_fill_file_size() 448 (truncate_seq == ci->i_truncate_seq && size > inode->i_size)) { in ceph_fill_file_size() 453 if (truncate_seq != ci->i_truncate_seq) { in ceph_fill_file_size() 455 ci->i_truncate_seq, truncate_seq); in ceph_fill_file_size() 456 ci->i_truncate_seq = truncate_seq; in ceph_fill_file_size() 474 if (ceph_seq_cmp(truncate_seq, ci->i_truncate_seq) >= 0 && in ceph_fill_file_size()
|
D | addr.c | 209 ci->i_truncate_seq, ci->i_truncate_size, in readpage_nounlock() 317 ci->i_truncate_seq, ci->i_truncate_size, in start_read() 494 ci->i_truncate_seq, ci->i_truncate_size, in writepage_nounlock() 839 ci->i_truncate_seq, in ceph_writepages_start()
|
D | file.c | 328 ci->i_truncate_seq, in striped_read() 530 ci->i_truncate_seq, ci->i_truncate_size, in ceph_sync_write()
|
D | super.h | 303 u32 i_truncate_seq; /* last truncate to smaller size */ member
|