Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dquota.c467 loff_t size = ceph_inode(inode)->i_reported_size; in ceph_quota_is_max_bytes_approaching()
H A Dinode.c639 ci->i_reported_size = 0; in ceph_alloc_inode()
780 ci->i_reported_size = size; in ceph_fill_file_size()
2682 ci->i_reported_size = attr->ia_size; in __ceph_setattr()
H A Dsuper.h436 u64 i_reported_size; /* (max_)size reported to or requested of mds */ member
H A Dcaps.c1444 ci->i_reported_size = arg->size; in __prep_cap()
2006 if (ci->i_max_size > ci->i_reported_size && in __ceph_should_report_size()
2007 (size << 1) >= ci->i_max_size + ci->i_reported_size) in __ceph_should_report_size()