Searched refs:mx0 (Results 1 – 1 of 1) sorted by relevance
/linux/security/landlock/ |
H A D | fs.c | 473 const layer_mask_t mx0[LANDLOCK_NUM_ACCESS_FS] = { in test_no_more_access() local 516 NMA_TRUE(&mx0, &mx0, false, &x0, NULL, false); in test_no_more_access() 518 NMA_FALSE(&mx0, &mx0, true, &x0, NULL, false); in test_no_more_access() 521 NMA_TRUE(&mx0, &mx0, true, &mx0, &mx0, true); in test_no_more_access() 522 NMA_TRUE(&mx0, &mx0, true, &mx0, &x0, true); in test_no_more_access() 523 NMA_FALSE(&mx0, &mx0, true, &x0, &mx0, true); in test_no_more_access() 524 NMA_FALSE(&mx0, &mx0, true, &x0, &x0, true); in test_no_more_access() 525 NMA_FALSE(&mx0, &mx0, true, &x1, &x1, true); in test_no_more_access() 528 NMA_TRUE(&mx0, &mx0, false, &mx0, &mx0, false); in test_no_more_access() 529 NMA_TRUE(&mx0, &mx0, false, &mx0, &x0, false); in test_no_more_access() [all …]
|