Searched refs:usr2_uuid (Results 1 – 1 of 1) sorted by relevance
3670 uuid_t usr2_uuid; /* UUID for ACL user name entry */ in check_quotas() local3825 if (uuid_parse(name + 1, usr2_uuid)) in check_quotas()3826 uuid_clear(usr2_uuid); in check_quotas()3828 else if ((mbr_err = mbr_user_name_to_uuid(name, usr2_uuid)) != 0) in check_quotas()3843 if (!uuid_compare(usr_uuid, usr2_uuid)) in check_quotas()