Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dquota.c321 static bool check_quota_exceeded(struct inode *inode, enum quota_check_op op, in check_quota_exceeded() function
425 return check_quota_exceeded(inode, QUOTA_CHECK_MAX_FILES_OP, 1); in ceph_quota_is_max_files_exceeded()
447 return check_quota_exceeded(inode, QUOTA_CHECK_MAX_BYTES_OP, (newsize - size)); in ceph_quota_is_max_bytes_exceeded()
469 return check_quota_exceeded(inode, QUOTA_CHECK_MAX_BYTES_APPROACHING_OP, in ceph_quota_is_max_bytes_approaching()