Lines Matching refs:LANDLOCK_ACCESS_FS_WRITE_FILE
308 LANDLOCK_ACCESS_FS_WRITE_FILE | \
608 layer_masks[BIT_INDEX(LANDLOCK_ACCESS_FS_WRITE_FILE)]); in test_scope_to_request_with_exec_none()
616 [BIT_INDEX(LANDLOCK_ACCESS_FS_WRITE_FILE)] = BIT_ULL(1), in test_scope_to_request_with_exec_some()
625 layer_masks[BIT_INDEX(LANDLOCK_ACCESS_FS_WRITE_FILE)]); in test_scope_to_request_with_exec_some()
633 [BIT_INDEX(LANDLOCK_ACCESS_FS_WRITE_FILE)] = BIT_ULL(1), in test_scope_to_request_without_access()
641 layer_masks[BIT_INDEX(LANDLOCK_ACCESS_FS_WRITE_FILE)]); in test_scope_to_request_without_access()
681 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_WRITE_FILE); in test_is_eacces_with_none()
693 IE_FALSE(&layer_masks, LANDLOCK_ACCESS_FS_WRITE_FILE); in test_is_eacces_with_refer()
699 [BIT_INDEX(LANDLOCK_ACCESS_FS_WRITE_FILE)] = BIT_ULL(0), in test_is_eacces_with_write()
706 IE_TRUE(&layer_masks, LANDLOCK_ACCESS_FS_WRITE_FILE); in test_is_eacces_with_write()
1470 access |= LANDLOCK_ACCESS_FS_WRITE_FILE; in get_required_file_open_access()