Home
last modified time | relevance | path

Searched refs:i_reported_size (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Dquota.c453 loff_t size = ceph_inode(inode)->i_reported_size; in ceph_quota_is_max_bytes_approaching()
H A Dinode.c501 ci->i_reported_size = 0; in ceph_alloc_inode()
631 ci->i_reported_size = size; in ceph_fill_file_size()
2146 ci->i_reported_size = attr->ia_size; in __ceph_setattr()
H A Dsuper.h399 u64 i_reported_size; /* (max_)size reported to or requested of mds */ member
H A Dcaps.c1393 ci->i_reported_size = arg->size; in __prep_cap()
1910 if (ci->i_max_size > ci->i_reported_size && in __ceph_should_report_size()
1911 (size << 1) >= ci->i_max_size + ci->i_reported_size) in __ceph_should_report_size()
/kernel/linux/linux-6.6/fs/ceph/
H A Dquota.c460 loff_t size = ceph_inode(inode)->i_reported_size; in ceph_quota_is_max_bytes_approaching()
H A Dinode.c627 ci->i_reported_size = 0; in ceph_alloc_inode()
765 ci->i_reported_size = size; in ceph_fill_file_size()
2600 ci->i_reported_size = attr->ia_size; in __ceph_setattr()
H A Dsuper.h434 u64 i_reported_size; /* (max_)size reported to or requested of mds */ member
H A Dcaps.c1406 ci->i_reported_size = arg->size; in __prep_cap()
1954 if (ci->i_max_size > ci->i_reported_size && in __ceph_should_report_size()
1955 (size << 1) >= ci->i_max_size + ci->i_reported_size) in __ceph_should_report_size()

Completed in 44 milliseconds