Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ceph/
H A Dquota.c429 bool ceph_quota_is_max_bytes_exceeded(struct inode *inode, loff_t newsize) in ceph_quota_is_max_bytes_exceeded() function
H A Dsuper.h1253 extern bool ceph_quota_is_max_bytes_exceeded(struct inode *inode,
H A Dfile.c1755 if (ceph_quota_is_max_bytes_exceeded(inode, pos + count)) { in ceph_write_iter()
2232 if (ceph_quota_is_max_bytes_exceeded(dst_inode, endoff)) in is_file_size_ok()
H A Dinode.c2268 ceph_quota_is_max_bytes_exceeded(inode, attr->ia_size)) in ceph_setattr()