aa_g_path_max 42 security/apparmor/include/apparmor.h extern unsigned int aa_g_path_max; aa_g_path_max 1324 security/apparmor/lsm.c unsigned int aa_g_path_max = 2 * PATH_MAX; aa_g_path_max 1325 security/apparmor/lsm.c module_param_named(path_max, aa_g_path_max, aauint, S_IRUSR); aa_g_path_max 1405 security/apparmor/lsm.c pr_info("AppArmor: buffer size set to %d bytes\n", aa_g_path_max); aa_g_path_max 1557 security/apparmor/lsm.c buffer = kmalloc(aa_g_path_max, GFP_KERNEL); aa_g_path_max 1559 security/apparmor/lsm.c buffer = kmalloc_node(aa_g_path_max, GFP_KERNEL, aa_g_path_max 95 security/apparmor/path.c int buflen = aa_g_path_max - isdir; aa_g_path_max 172 security/apparmor/path.c strcpy(&buf[aa_g_path_max - 2], "/");