SMK_LONGLABEL
if (len <= 0 || len > SMK_LONGLABEL)
len = SMK_LONGLABEL;
if (i == 0 || i >= SMK_LONGLABEL)
buffer = kzalloc(SMK_LONGLABEL, GFP_NOFS);
rc = __vfs_getxattr(dp, ip, name, buffer, SMK_LONGLABEL);
if (value == NULL || size > SMK_LONGLABEL || size == 0)
if (value == NULL || size == 0 || size >= SMK_LONGLABEL)
smk_rule_show(s, srp, SMK_LONGLABEL);
smk_rule_show(s, srp, SMK_LONGLABEL);
if (count == 0 || count > SMK_LONGLABEL)