Lines Matching refs:LANDLOCK_ACCESS_FS_EXECUTE
307 LANDLOCK_ACCESS_FS_EXECUTE | \
470 [BIT_INDEX(LANDLOCK_ACCESS_FS_EXECUTE)] = BIT_ULL(0), in test_no_more_access()
474 [BIT_INDEX(LANDLOCK_ACCESS_FS_EXECUTE)] = BIT_ULL(0), in test_no_more_access()
478 [BIT_INDEX(LANDLOCK_ACCESS_FS_EXECUTE)] = BIT_ULL(0), in test_no_more_access()
481 [BIT_INDEX(LANDLOCK_ACCESS_FS_EXECUTE)] = BIT_ULL(1), in test_no_more_access()
484 [BIT_INDEX(LANDLOCK_ACCESS_FS_EXECUTE)] = BIT_ULL(0) | in test_no_more_access()
603 KUNIT_EXPECT_TRUE(test, scope_to_request(LANDLOCK_ACCESS_FS_EXECUTE, in test_scope_to_request_with_exec_none()
606 layer_masks[BIT_INDEX(LANDLOCK_ACCESS_FS_EXECUTE)]); in test_scope_to_request_with_exec_none()
615 [BIT_INDEX(LANDLOCK_ACCESS_FS_EXECUTE)] = BIT_ULL(0), in test_scope_to_request_with_exec_some()
620 KUNIT_EXPECT_FALSE(test, scope_to_request(LANDLOCK_ACCESS_FS_EXECUTE, in test_scope_to_request_with_exec_some()
623 layer_masks[BIT_INDEX(LANDLOCK_ACCESS_FS_EXECUTE)]); in test_scope_to_request_with_exec_some()
632 [BIT_INDEX(LANDLOCK_ACCESS_FS_EXECUTE)] = BIT_ULL(0), in test_scope_to_request_without_access()
639 layer_masks[BIT_INDEX(LANDLOCK_ACCESS_FS_EXECUTE)]); in test_scope_to_request_without_access()
680 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_EXECUTE); in test_is_eacces_with_none()
692 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_EXECUTE); in test_is_eacces_with_refer()
704 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_EXECUTE); in test_is_eacces_with_write()
1473 access |= LANDLOCK_ACCESS_FS_EXECUTE; in get_required_file_open_access()