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

/linux-master/fs/ceph/
H A Dquota.c436 * ceph_quota_is_max_bytes_exceeded - check if we can write to a file
443 bool ceph_quota_is_max_bytes_exceeded(struct inode *inode, loff_t newsize) function
H A Dsuper.h1427 extern bool ceph_quota_is_max_bytes_exceeded(struct inode *inode,
H A Dfile.c2327 if (ceph_quota_is_max_bytes_exceeded(inode, pos + count)) {
2762 if (ceph_quota_is_max_bytes_exceeded(dst_inode, endoff))
H A Dinode.c2825 ceph_quota_is_max_bytes_exceeded(inode, attr->ia_size))

Completed in 660 milliseconds