Searched refs:mx0 (Results 1 – 1 of 1) sorted by relevance
| /linux/security/landlock/ |
| H A D | fs.c | 463 const struct layer_access_masks mx0 = { in test_no_more_access() local 506 NMA_TRUE(&mx0, &mx0, false, &x0, NULL, false); in test_no_more_access() 508 NMA_FALSE(&mx0, &mx0, true, &x0, NULL, false); in test_no_more_access() 511 NMA_TRUE(&mx0, &mx0, true, &mx0, &mx0, true); in test_no_more_access() 512 NMA_TRUE(&mx0, &mx0, true, &mx0, &x0, true); in test_no_more_access() 513 NMA_FALSE(&mx0, &mx0, true, &x0, &mx0, true); in test_no_more_access() 514 NMA_FALSE(&mx0, &mx0, true, &x0, &x0, true); in test_no_more_access() 515 NMA_FALSE(&mx0, &mx0, true, &x1, &x1, true); in test_no_more_access() 518 NMA_TRUE(&mx0, &mx0, false, &mx0, &mx0, false); in test_no_more_access() 519 NMA_TRUE(&mx0, &mx0, false, &mx0, &x0, false); in test_no_more_access() [all …]
|