Home
last modified time | relevance | path

Searched refs:i_reported_size (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ceph/
H A Dinode.c685 ci->i_reported_size = 0; in ceph_alloc_inode()
827 ci->i_reported_size = size; in ceph_fill_file_size()
2741 ci->i_reported_size = attr->ia_size; in __ceph_setattr()
H A Dsuper.h450 u64 i_reported_size; /* (max_)size reported to or requested of mds */ member
H A Dcaps.c1431 ci->i_reported_size = arg->size; in __prep_cap()
1993 if (ci->i_max_size > ci->i_reported_size && in __ceph_should_report_size()
1994 (size << 1) >= ci->i_max_size + ci->i_reported_size) in __ceph_should_report_size()