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

/linux-master/security/smack/
H A Dsmack.h41 #define SMK_LONGLABEL 256 macro
H A Dsmackfs.c2375 smk_rule_show(s, srp, SMK_LONGLABEL);
2452 smk_rule_show(s, srp, SMK_LONGLABEL);
2545 if (count == 0 || count > SMK_LONGLABEL)
H A Dsmack_lsm.c302 buffer = kzalloc(SMK_LONGLABEL, GFP_NOFS);
306 rc = __vfs_getxattr(dp, ip, name, buffer, SMK_LONGLABEL);
2858 if (value == NULL || size > SMK_LONGLABEL || size == 0)
3721 if (value == NULL || size == 0 || size >= SMK_LONGLABEL)

Completed in 136 milliseconds