Lines Matching refs:LANDLOCK_ACCESS_FS_WRITE_FILE
314 LANDLOCK_ACCESS_FS_WRITE_FILE | \
607 layer_masks[BIT_INDEX(LANDLOCK_ACCESS_FS_WRITE_FILE)]); in test_scope_to_request_with_exec_none()
615 [BIT_INDEX(LANDLOCK_ACCESS_FS_WRITE_FILE)] = BIT_ULL(1), in test_scope_to_request_with_exec_some()
624 layer_masks[BIT_INDEX(LANDLOCK_ACCESS_FS_WRITE_FILE)]); in test_scope_to_request_with_exec_some()
632 [BIT_INDEX(LANDLOCK_ACCESS_FS_WRITE_FILE)] = BIT_ULL(1), in test_scope_to_request_without_access()
640 layer_masks[BIT_INDEX(LANDLOCK_ACCESS_FS_WRITE_FILE)]); in test_scope_to_request_without_access()
680 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_WRITE_FILE); in test_is_eacces_with_none()
692 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_WRITE_FILE); in test_is_eacces_with_refer()
698 [BIT_INDEX(LANDLOCK_ACCESS_FS_WRITE_FILE)] = BIT_ULL(0), in test_is_eacces_with_write()
705 IE_TRUE(&layer_masks, LANDLOCK_ACCESS_FS_WRITE_FILE); in test_is_eacces_with_write()
1588 access |= LANDLOCK_ACCESS_FS_WRITE_FILE; in get_required_file_open_access()