Searched refs:check_quota_exceeded (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
D | quota.c | 313 static bool check_quota_exceeded(struct inode *inode, enum quota_check_op op, in check_quota_exceeded() function 418 return check_quota_exceeded(inode, QUOTA_CHECK_MAX_FILES_OP, 1); in ceph_quota_is_max_files_exceeded() 440 return check_quota_exceeded(inode, QUOTA_CHECK_MAX_BYTES_OP, (newsize - size)); in ceph_quota_is_max_bytes_exceeded() 462 return check_quota_exceeded(inode, QUOTA_CHECK_MAX_BYTES_APPROACHING_OP, in ceph_quota_is_max_bytes_approaching() 554 ret = check_quota_exceeded(new, QUOTA_CHECK_MAX_BYTES_OP, in ceph_quota_check_rename() 557 ret = check_quota_exceeded(new, in ceph_quota_check_rename() 564 ret = check_quota_exceeded(new, QUOTA_CHECK_MAX_BYTES_OP, in ceph_quota_check_rename() 567 ret = check_quota_exceeded(new, in ceph_quota_check_rename()
|