Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Dquota.c272 bool ceph_quota_is_max_bytes_exceeded(struct inode *inode, loff_t newsize) in ceph_quota_is_max_bytes_exceeded() function
Dfile.c1425 if (ceph_quota_is_max_bytes_exceeded(inode, pos + count)) { in ceph_write_iter()
1767 ceph_quota_is_max_bytes_exceeded(inode, offset + length)) { in ceph_fallocate()
Dsuper.h1105 extern bool ceph_quota_is_max_bytes_exceeded(struct inode *inode,
Dinode.c2175 ceph_quota_is_max_bytes_exceeded(inode, attr->ia_size)) in ceph_setattr()