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

/linux-master/fs/ceph/
H A Dquota.c321 * check_quota_exceeded() will walk up the snaprealm hierarchy and, for each
326 static bool check_quota_exceeded(struct inode *inode, enum quota_check_op op, function
432 return check_quota_exceeded(inode, QUOTA_CHECK_MAX_FILES_OP, 1);
454 return check_quota_exceeded(inode, QUOTA_CHECK_MAX_BYTES_OP, (newsize - size));
476 return check_quota_exceeded(inode, QUOTA_CHECK_MAX_BYTES_APPROACHING_OP,

Completed in 133 milliseconds