Home
last modified time | relevance | path

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

/fs/ceph/
Dinode.c346 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()
Daddr.c209 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()
Dfile.c328 ci->i_truncate_seq, in striped_read()
530 ci->i_truncate_seq, ci->i_truncate_size, in ceph_sync_write()
Dsuper.h303 u32 i_truncate_seq; /* last truncate to smaller size */ member